Home
last modified time | relevance | path

Searched +full:1 +full:g (Results 1 – 25 of 1314) sorted by relevance

12345678910>>...53

/freebsd-src/sys/dev/hpt27xx/
HDi386-elf.hpt27xx_lib.o ... Z Z Y Y Y jX uX ~X X G X i z K g k 1 3 P P
/freebsd-src/tools/regression/environ/
H A Denvtest.t9 # 1. Redistributions of source code must retain the above copyright
42 exit 1
52 testndx=$((testndx + 1))
80 run_test -g FOO
83 run_test -c 3 -g FOO
86 run_test -g FOOBAR
89 run_test -c 3 -g FOOBAR
92 run_test -G
97 run_test -c 1 -g FOO
100 run_test -c 2 -g FOO
[all …]
/freebsd-src/contrib/ntp/sntp/scripts/
H A Dmansec2subst.sed1 s/1ntp-keygenman/@NTP_KEYGEN_MS@/g
2 s/1ntp-keygenmdoc/@NTP_KEYGEN_MS@/g
3 s/1ntp-waitman/@NTP_WAIT_MS@/g
4 s/1ntp-waitmdoc/@NTP_WAIT_MS@/g
5 s/1ntpdateman/@NTPDATE_MS@/g
6 s/1ntpdatemdoc/@NTPDATE_MS@/g
7 s/1ntpdcman/@NTPDC_MS@/g
8 s/1ntpdcmdoc/@NTPDC_MS@/g
9 s/1ntpdman/@NTPD_MS@/g
10 s/1ntpdmdoc/@NTPD_MS@/g
[all …]
/freebsd-src/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem17 g
31 g
37 G
59 g
64 g
83 G
125 G
136 1
143 G
181 g
[all …]
H A Ddsa-onecolumn.pem21 g
69 g
74 G
95 g
103 1
105 g
110 g
115 g
131 G
152 G
[all …]
/freebsd-src/sys/dev/hptnr/
HDi386-elf.hptnr_lib.o ... DataCenter 7280 SATA Controller 3 E! 9! ! G !G )G 1G 9G AG IG ...
/freebsd-src/sys/dev/ath/ath_rate/sample/
H A Dtx_schedules.h10 * 1. Redistributions of source code must retain the above copyright
44 (((_r) == 6) ? 0 : (((_r) == 9) ? 1 : (((_r) == 12) ? 2 : \
80 /* 1 stream rates */
118 #define G(_r) \ macro
119 (((_r) == 1) ? 0 : (((_r) == 2) ? 1 : (((_r) == 5.5) ? 2 : \
124 { 3,G( 1), 3,G( 1), 0,G( 1), 0,G( 1) }, /* 1Mb/s */
125 { 4,G( 2), 3,G( 1), 4,G( 1), 0,G( 1) }, /* 2Mb/s */
126 { 4,G(5.5),3,G( 2), 4,G( 1), 2,G( 1) }, /* 5.5Mb/s */
127 { 4,G(11), 3,G(5.5), 4,G( 2), 2,G( 1) }, /* 11Mb/s */
128 { 4,G( 6), 3,G(5.5), 4,G( 2), 2,G( 1) }, /* 6Mb/s */
[all …]
/freebsd-src/sys/dev/drm2/
H A Ddrm_fourcc.h30 #define DRM_FORMAT_BIG_ENDIAN (1<<31) /* format is big endian instead of little endian */
36 #define DRM_FORMAT_RGB332 fourcc_code('R', 'G', 'B', '8') /* [7:0] R:G:B 3:3:2 */
37 #define DRM_FORMAT_BGR233 fourcc_code('B', 'G', 'R', '8') /* [7:0] B:G:R 2:3:3 */
40 #define DRM_FORMAT_XRGB4444 fourcc_code('X', 'R', '1', '2') /* [15:0] x:R:G:B 4:4:4:4 little endian…
41 #define DRM_FORMAT_XBGR4444 fourcc_code('X', 'B', '1', '2') /* [15:0] x:B:G:R 4:4:4:4 little endian…
42 #define DRM_FORMAT_RGBX4444 fourcc_code('R', 'X', '1', '2') /* [15:0] R:G:B:x 4:4:4:4 little endian…
43 #define DRM_FORMAT_BGRX4444 fourcc_code('B', 'X', '1', '2') /* [15:0] B:G:R:x 4:4:4:4 little endian…
45 #define DRM_FORMAT_ARGB4444 fourcc_code('A', 'R', '1', '2') /* [15:0] A:R:G:B 4:4:4:4 little endian…
46 #define DRM_FORMAT_ABGR4444 fourcc_code('A', 'B', '1', '2') /* [15:0] A:B:G:R 4:4:4:4 little endian…
47 #define DRM_FORMAT_RGBA4444 fourcc_code('R', 'A', '1', '2') /* [15:0] R:G:B:A 4:4:4:4 little endian…
[all …]
/freebsd-src/tools/tools/netmap/
H A Dpkt-gen.c8 * 1. Redistributions of source code must retain the above copyright
87 *p |= 1<< (i & 0x3f); in CPU_SET()
113 o.octet[1]=o1; in ether_aton()
133 n->octet[0], n->octet[1], n->octet[2], in ether_ntoa()
172 *p |= 1<< (i & 0x3f); in CPU_SET()
191 static int normalize = 1;
274 #define OPT_PREFETCH 1
316 TD_TYPE_SENDER = 1,
326 struct glob_arg *g; member
383 * group@[2001:DB8::1] (w/ brackets and w/o port) in extract_ipv6_addr()
[all …]
/freebsd-src/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c9 * 1. Redistributions of source code must retain the above copyright
110 return 1; in ev_token_bucket_update_()
148 struct timeval g; in ev_token_bucket_cfg_new() local
150 g.tv_sec = 1; in ev_token_bucket_cfg_new()
151 g.tv_usec = 0; in ev_token_bucket_cfg_new()
152 tick_len = &g; in ev_token_bucket_cfg_new()
155 read_rate < 1 || write_rate < 1) in ev_token_bucket_cfg_new()
162 r = mm_calloc(1, sizeof(struct ev_token_bucket_cfg)); in ev_token_bucket_cfg_new()
185 #define LOCK_GROUP(g) EVLOCK_LOCK((g)->lock, 0) argument
186 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0) argument
[all …]
/freebsd-src/contrib/libevent/
H A Dbufferevent_ratelim.c9 * 1. Redistributions of source code must retain the above copyright
110 return 1; in ev_token_bucket_update_()
148 struct timeval g; in ev_token_bucket_cfg_new() local
150 g.tv_sec = 1; in ev_token_bucket_cfg_new()
151 g.tv_usec = 0; in ev_token_bucket_cfg_new()
152 tick_len = &g; in ev_token_bucket_cfg_new()
155 read_rate < 1 || write_rate < 1) in ev_token_bucket_cfg_new()
162 r = mm_calloc(1, sizeof(struct ev_token_bucket_cfg)); in ev_token_bucket_cfg_new()
185 #define LOCK_GROUP(g) EVLOCK_LOCK((g)->lock, 0) argument
186 #define UNLOCK_GROUP(g) EVLOCK_UNLOCK((g)->lock, 0) argument
[all …]
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h19 #define BITMAP_MAXBITS (ZU(1) << LG_BITMAP_MAXBITS)
23 #define BITMAP_GROUP_NBITS (1U << LG_BITMAP_GROUP_NBITS)
24 #define BITMAP_GROUP_NBITS_MASK (BITMAP_GROUP_NBITS-1)
117 (BITMAP_GROUPS_L3(nbits) > BITMAP_GROUPS_L4(nbits)) + 1, \
161 * Only the first (nlevels+1) elements are used, and levels are ordered
162 * bottom to top (e.g. the bottom level is stored in levels[0]).
164 bitmap_level_t levels[BITMAP_MAX_LEVELS+1];
178 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1; in bitmap_full()
197 bitmap_t g; in bitmap_get() local
201 g = bitmap[goff]; in bitmap_get()
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp34 const Global *g; member
43 Global g; member
58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() argument
59 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal()
62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() argument
63 uptr aligned_size = RoundUpTo(g.size, ASAN_SHADOW_GRANULARITY); in PoisonRedZones()
64 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size, in PoisonRedZones()
66 if (g in PoisonRedZones()
76 IsAddressNearGlobal(uptr addr,const __asan_global & g) IsAddressNearGlobal() argument
82 ReportGlobal(const Global & g,const char * prefix) ReportGlobal() argument
101 FindRegistrationSite(const Global * g) FindRegistrationSite() argument
118 const Global &g = *l-&gt;g; GetGlobalsForAddress() local
141 CheckODRViolationViaIndicator(const Global * g) CheckODRViolationViaIndicator() argument
164 CheckODRViolationViaPoisoning(const Global * g) CheckODRViolationViaPoisoning() argument
194 UseODRIndicator(const Global * g) UseODRIndicator() argument
201 RegisterGlobal(const Global * g) RegisterGlobal() argument
242 UnregisterGlobal(const Global * g) UnregisterGlobal() argument
270 const Global *g = &dyn_g.g; StopInitOrderChecking() local
293 PrintGlobalNameIfASCII(InternalScopedString * str,const __asan_global & g) PrintGlobalNameIfASCII() argument
303 PrintGlobalLocation(InternalScopedString * str,const __asan_global & g,bool print_module_name) PrintGlobalLocation() argument
442 const Global *g = &dyn_g.g; __asan_before_dynamic_init() local
465 const Global *g = &dyn_g.g; __asan_after_dynamic_init() local
[all...]
/freebsd-src/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h17 h = 1
23 h[0] = 1; in fe25519_1()
24 memset(&h[1], 0, 4 * sizeof h[0]); in fe25519_1()
28 h = f + g
29 Can overlap h with f or g.
33 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_add() argument
35 uint64_t h0 = f[0] + g[0]; in fe25519_add()
36 uint64_t h1 = f[1] + g[1]; in fe25519_add()
37 uint64_t h2 = f[2] + g[2]; in fe25519_add()
38 uint64_t h3 = f[3] + g[3]; in fe25519_add()
[all …]
H A Ded25519_ref10_fe_25_5.h17 h = 1
23 h[0] = 1; in fe25519_1()
24 h[1] = 0; in fe25519_1()
29 h = f + g
30 Can overlap h with f or g.
34 |g| bounded by 1.1*2^25,1.1*2^24,1.1*2^25,1.1*2^24,etc.
41 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g) in fe25519_add() argument
43 int32_t h0 = f[0] + g[0]; in fe25519_add()
44 int32_t h1 = f[1] + g[1]; in fe25519_add()
45 int32_t h2 = f[2] + g[2]; in fe25519_add()
[all …]
/freebsd-src/contrib/file/tests/
H A DHWP97.hwp.testfile1G�)�bbbb������H�e�l�l�o� �W�o�r�l�d� �H�W�P�2�0�1�6�����������������������������������������…
3 …�n�%��� l�#N�\���T.�X��}�)u�n�k롞%]��qۃ�"��,�jv �װ�a�/���^�����u�亮h��t{��n�g�z�F�'5���Dei�/�
5 …"�"��; >A�������7����{���$��܅y҅���\t�8���#S&O� 貔������ �Z��SV��u�C�:�!g���阔���5*;�L޷4e�<� …
61n��n$�d���-%R!6O�B��^묘j���-x��������6��J�}��F ��NK�Y�Q�u�9��F�Ŋ��0��+&�Iw4�I��{�fߍǮ����9…
7 >��ĕ�y~/Yۿ��5����W����)�Wȴ�8tǮI��G�MW�޸�ֺD��y�.;O�&�^�0��/�z�!����
8 …I�D��~��:��~V��mqL�rQ9L�#������ 9�}\��q]ɰ^6�G�����] ��Փ3Q׻�"����l����a�ˤ�&W:Ln�VdR�…
9 Lm����V�_"���M'I�u��c�����Qש��w�U�֐#G
/freebsd-src/contrib/lua/src/
H A Dlstate.c46 global_State g; member
89 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() argument
90 l_mem tb = gettotalbytes(g); in luaE_setdebt()
94 g->totalbytes = tb - debt; in luaE_setdebt()
95 g->GCdebt = debt; in luaE_setdebt()
216 static void init_registry (lua_State *L, global_State *g) { in init_registry() argument
219 sethvalue(L, &g->l_registry, registry); in init_registry()
222 setthvalue(L, &registry->array[LUA_RIDX_MAINTHREAD - 1], L); in init_registry()
224 sethvalue(L, &registry->array[LUA_RIDX_GLOBALS - 1], luaH_new(L)); in init_registry()
232 global_State *g = G(L); in f_luaopen() local
[all …]
/freebsd-src/contrib/nvi/regex/
H A Dengine.c14 * 1. Redistributions of source code must retain the above copyright
70 struct re_guts *g; member
72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
77 const RCHAR_T **lastpos; /* [nplus+1] */
91 static int matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], in…
96 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int flag, RCHAR_T ch, st…
97 #define BOL (1)
98 #define EOL (BOL+1)
132 matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, in matcher() argument
140 const sopno gf = g->firststate+1; /* +1 for OEND */ in matcher()
[all …]
H A Dregcomp.c14 * 1. Redistributions of source code must retain the above copyright
69 struct re_guts *g; member
70 # define NPAREN 10 /* we need to remember () 1-9 for back refs */
113 static int isinsets(struct re_guts *g, int c);
114 static int samesets(struct re_guts *g, int c1, int c2);
116 static void categorize(struct parse *p, struct re_guts *g);
122 static void stripsnug(struct parse *p, struct re_guts *g);
123 static void findmust(struct parse *p, struct re_guts *g);
124 static sopno pluscount(struct parse *p, struct re_guts *g);
138 #define PEEK2() (*(p->next+1))
[all …]
/freebsd-src/usr.bin/bc/
H A Dbc.library
/freebsd-src/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh9 # 1. Redistributions of source code must retain the above copyright
53 export LIBFAKE_EGID_ROOT=1 LIBFAKE_EUID_ROOT=1
59 atf_check -s eq:1 -o empty -e file:experr ./run_id.sh nonexistent
61 atf_check -s eq:1 -o empty -e save:stderr ./run_id.sh root nonexistent
73 for p1 in -G -g -p -u; do
74 for p2 in -G -g -p -u; do
76 atf_check -s eq:1 -o empty -e save:stderr \
87 atf_set "descr" "Checks that the -G primary flag works"
93 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh -G
94 atf_check -s eq:0 -o file:expout -e empty ./run_id.sh -G 100
[all …]
/freebsd-src/contrib/netbsd-tests/bin/df/
H A Dt_df.sh9 # 1. Redistributions of source code must retain the above copyright
36 Filesystem 1K-blocks Used Avail %Cap Mounted on
58 /dev/ld0g 1308726116 17901268 1225388540 1% /anon-root
83 -x "BLOCKSIZE=1k $(atf_get_srcdir)/h_df -n"
97 filer:/ 1.1T 229G 918G 20% /filer
98 filer:/ 1.1T 688G 459G 60% /filer
99 filer:/ 1.1T 1.1T 57G 95% /filer
102 filer:/ 1.1T 229G 860G 21% /filer
103 filer:/ 1.1T 688G 401G 63% /filer
105 filer:/ 1.1T 1.1T -57G 105% /filer
[all …]
/freebsd-src/tools/tools/iwi/
H A Diwistats.c9 * 1. Redistributions of source code must retain the above copyright
41 get_statistics((argc > 1) ? argv[1] : "iwi0"); in main()
50 { 1, "Current transmission rate" },
56 { 7, "Number of unicast 802.11b frames transmitted at 1Mb/s" },
61 { 19, "Number of unicast 802.11g frames transmitted at 1Mb/s" },
62 { 20, "Number of unicast 802.11g frames transmitted at 2Mb/s" },
63 { 21, "Number of unicast 802.11g frames transmitted at 5.5Mb/s" },
64 { 22, "Number of unicast 802.11g frames transmitted at 6Mb/s" },
65 { 23, "Number of unicast 802.11g frames transmitted at 9Mb/s" },
66 { 24, "Number of unicast 802.11g frames transmitted at 11Mb/s" },
[all …]
/freebsd-src/lib/libc/regex/
H A Dregcomp.c19 * 1. Redistributions of source code must retain the above copyright
92 struct re_guts *g; member
93 # define NPAREN 10 /* we need to remember () 1-9 for back refs */
151 static void stripsnug(struct parse *p, struct re_guts *g);
152 static void findmust(struct parse *p, struct re_guts *g);
154 static void computejumps(struct parse *p, struct re_guts *g);
155 static void computematchjumps(struct parse *p, struct re_guts *g);
156 static sopno pluscount(struct parse *p, struct re_guts *g);
171 #define PEEK2() (*(p->next+1))
173 #define MORE2() (p->end - p->next > 1)
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc14 * 1. Redistributions of source code must retain the above copyright
74 struct re_guts *g;
76 llvm_regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
81 const char **lastpos; /* [nplus+1] */
99 #define BOL (OUT+1)
100 #define EOL (BOL+1)
134 matcher(struct re_guts *g, const char *string, size_t nmatch,
143 const sopno gf = g->firststate+1; /* +1 for OEND */
144 const sopno gl = g->laststate;
149 if (g->cflags&REG_NOSUB)
[all …]

12345678910>>...53