Home
last modified time | relevance | path

Searched refs:g (Results 1 – 25 of 861) sorted by path

12345678910>>...35

/illumos-gate/exception_lists/
H A Dpackaging.deps36 pkg:/system/library/g++-10-runtime
37 pkg:/system/library/g++-7-runtime
38 pkg:/system/library/g++-runtime
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c416 rgb_to_color_index(uint8_t r, uint8_t g, uint8_t b) in rgb_to_color_index() argument
427 diff = g - pe8[k].Green; in rgb_to_color_index()
446 (void) g; in rgb_to_color_index()
1578 uint8_t r, g, b, a; in gfx_fb_putimage() local
1751 g = png->image[i + 1]; in gfx_fb_putimage()
1791 g = pixel[1]; in gfx_fb_putimage()
1797 printf("r/g/b: %x/%x/%x\n", r, g, b); in gfx_fb_putimage()
1803 p[j].Green = g >> in gfx_fb_putimage()
H A Dload_elf.c1042 unsigned long g; in elf_hash() local
1046 if ((g = h & 0xf0000000) != 0) in elf_hash()
1047 h ^= g >> 24; in elf_hash()
1048 h &= ~g; in elf_hash()
H A Dtem.c1242 int r, g, b; in tem_selgraph() local
1340 g = tem->tvs_params[++count]; in tem_selgraph()
1343 if (r < 0 || r > 255 || g < 0 || g > 255 || in tem_selgraph()
1354 tem->tvs_fg_color.rgb.g = g; in tem_selgraph()
1420 g = tem->tvs_params[++count]; in tem_selgraph()
1423 if (r < 0 || r > 255 || g < 0 || g > 255 || in tem_selgraph()
1434 tem->tvs_bg_color.rgb.g = g; in tem_selgraph()
2899 fg->rgb.a, fg->rgb.r, fg->rgb.g, fg->rgb.b); in tem_get_color()
2906 bg->rgb.a, bg->rgb.r, bg->rgb.g, bg->rgb.b); in tem_get_color()
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiInternalFormRepresentation.h547 UINT8 g; member
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h124 EFI_STATUS efi_getenv(EFI_GUID *g, const char *v, void *data, size_t *len);
125 EFI_STATUS efi_setenv(EFI_GUID *g, uint32_t, const char *, void *, size_t);
/illumos-gate/usr/src/boot/efi/libefi/
H A Defienv.c39 efi_getenv(EFI_GUID *g, const char *v, void *data, size_t *len) in efi_getenv() argument
51 rv = RS->GetVariable(uv, g, &attr, &dl, data); in efi_getenv()
59 efi_setenv(EFI_GUID *g, uint32_t attr, const char *v, void *data, size_t len) in efi_setenv() argument
68 rv = RS->SetVariable(uv, g, attr, len, data); in efi_setenv()
/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c176 Guard *g = (Guard *)((char *)ptr - MALLOCALIGN); in Realloc() local
178 old = g->ga_Bytes - MALLOCALIGN; in Realloc()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
143 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA256Transform()
147 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
149 h = g; g = f; f = e; e = d + T1; in SHA256Transform()
155 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA256Transform()
161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
177 e = H[4]; f = H[5]; g = H[6]; h = H[7]; in SHA512Transform()
181 T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t]; in SHA512Transform()
183 h = g; g = f; f = e; e = d + T1; in SHA512Transform()
189 H[4] += e; H[5] += f; H[6] += g; H[7] += h; in SHA512Transform()
/illumos-gate/usr/src/boot/sys/sys/
H A Dioccom.h56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) argument
57 #define _IOWINT(g,n) _IOC(IOC_VOID, (g), (n), sizeof(int)) argument
58 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) argument
59 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t)) argument
61 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) argument
H A Dtem_impl.h137 uint8_t g; member
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in108 # These special symbols are well-known, e.g. crt, and uninteresting.
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c50 unsigned long g, h = 0; in my_elf_hash() local
55 if ((g = h & MASK) != 0) in my_elf_hash()
56 h ^= g >> 24; in my_elf_hash()
/illumos-gate/usr/src/cmd/acctadm/
H A Dres.c221 int r, g, id; in printgroup() local
223 for (g = 0; ac_groups[g].ag_type != AC_NONE; g++) { in printgroup()
224 if (ac_groups[g].ag_type != type) in printgroup()
226 (void) printf("%-9s", ac_groups[g].ag_name); in printgroup()
227 (void) printf("%s", id2name(ac_groups[g].ag_mem[0], type)); in printgroup()
228 for (r = 1; (id = ac_groups[g].ag_mem[r]) != AC_NONE; r++) in printgroup()
300 char *p, *g, *copy; in str2buf() local
317 if (strcmp(p, g) == 0 && ac_groups[i].ag_type == type) { in str2buf()
348 char *str, *g; in buf2str() local
359 for (i = 0; (g = ac_groups[i].ag_name) != NULL; i++) { in buf2str()
[all …]
/illumos-gate/usr/src/cmd/allocate/
H A Ddevalloc_defaults37 # e.g.: minlabel="TS A B";maxlabel="TS AB";auths=solaris.device.allocate;\
/illumos-gate/usr/src/cmd/ast/
H A DMakefile.ast164 s^$(SRC)/^^g; \
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_compoundvario.sh119 typeset -A myarray2=( [a]=1 [b]=2 ["c d"]=3 [e]=4 ["f"]=5 [g]=6 [h]=7 [i]=8 [j]=9 [k]=10 )
139 typeset g="f"
184 typeset -A myarray2=( [a]=1 [b]=2 ["c d"]=3 [e]=4 ["f"]=5 [g]=6 [h]=7 [i]=8 [j]=9 [k]=10 )
204 typeset g="f"
259 typeset -A myarray2=( [a]=1 [b]=2 ["c d"]=3 [e]=4 ["f"]=5 [g]=6 [h]=7 [i]=8 [j]=9 [k]=10 )
279 typeset g="f"
H A Dsun_solaris_cr_6766246_pattern_matching_bug.sh167 g=$?
168 [[ $g == $e ]] || err_exit "[[ '$c' == $p ]] for LC_COLLATE=$l failed -- expected $e, got $g"
H A Dsun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh108 g=257
110 while (( i < \$g )) ; do
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioGain.cc100 double g; in WeightedGain() local
106 g -= NoSigWeight; in WeightedGain()
108 g = 1.; in WeightedGain()
110 g = 0.; in WeightedGain()
115 g = 0.; in WeightedGain()
117 return (g); in WeightedGain()
125 double g; in WeightedPeak() local
132 g = 1.; in WeightedPeak()
134 g = 0.; in WeightedPeak()
139 g = 0.; in WeightedPeak()
[all …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_xml45 my $prog = $0; $prog =~ s|.*/||g;
/illumos-gate/usr/src/cmd/awk/
H A DMakefile35 OBJ2= awk.g.o
63 CLEANFILES= maketab proctab.c awk.g.c y.tab.h
96 awk.g.c + y.tab.h: awk.g.y
98 awk.g.o: awk.g.c
/illumos-gate/usr/src/cmd/bc/
H A Dlib.b.data61 g = c/d
63 g = g/1
65 g = g*g
75 e=g
119 g=c/d
120 if(g==e){
125 e=g
203 g=c/d
209 e=g
241 g=b/c
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DConfig47 # Protocol=G(7,512)g
H A DDialers347 # separate Dialers files (e.g., Dialers.cico and Dialers.cu).

12345678910>>...35