Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 201) sorted by relevance

123456789

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbitmap.c46 size_t extra; in bitmap_init() local
67 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK)) in bitmap_init()
69 if (extra != 0) { in bitmap_init()
70 bitmap[binfo->levels[1].group_offset - 1] >>= extra; in bitmap_init()
75 extra = (BITMAP_GROUP_NBITS - (group_count & in bitmap_init()
77 if (extra != 0) { in bitmap_init()
78 bitmap[binfo->levels[i+1].group_offset - 1] >>= extra; in bitmap_init()
101 size_t extra; in bitmap_init() local
109 extra = (BITMAP_GROUP_NBITS - (binfo->nbits & BITMAP_GROUP_NBITS_MASK)) in bitmap_init()
111 if (extra != 0) { in bitmap_init()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/suid/
H A Dsuid_write_to_file.c34 test_stat_mode(mode_t extra) in test_stat_mode() argument
42 mode_t mode = 0777 | extra; in test_stat_mode()
109 mode_t extra; in main() local
118 extra = S_ISUID; in main()
120 extra = S_ISGID; in main()
122 extra = S_ISUID | S_ISGID; in main()
124 extra = 0; in main()
130 test_stat_mode(extra); in main()
/f-stack/freebsd/contrib/device-tree/Bindings/
H A DMakefile65 extra-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dts, $(DT_SCHEMA_FILES))
66 extra-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dt.yaml, $(DT_SCHEMA_FILES))
67 extra-$(CHECK_DT_BINDING) += processed-schema-examples.yaml
68 extra-$(CHECK_DTBS) += processed-schema.yaml
/f-stack/freebsd/contrib/zlib/
H A Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
183 base = extra = work; /* dummy value--not used */
188 extra = lext;
193 extra = dext;
222 here.op = (unsigned char)(extra[work[sym] - match]);
H A Dinfback.c538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
574 state->offset += BITS(state->extra);
575 DROPBITS(state->extra);
H A Dinflate.c754 state->head->extra = Z_NULL;
1091 state->extra = (unsigned)(here.op) & 15;
1094 if (state->extra) {
1095 NEEDBITS(state->extra);
1096 state->length += BITS(state->extra);
1097 DROPBITS(state->extra);
1098 state->back += state->extra;
1131 if (state->extra) {
1132 NEEDBITS(state->extra);
1134 DROPBITS(state->extra);
[all …]
H A Dtrees.c493 const intf *extra = desc->stat_desc->extra_bits; local
521 if (n >= base) xbits = extra[n-base];
1073 int extra; /* number of extra bits to send */ local
1085 extra = extra_lbits[code];
1086 if (extra != 0) {
1088 send_bits(s, lc, extra); /* send the extra length bits */
1095 extra = extra_dbits[code];
1096 if (extra != 0) {
1098 send_bits(s, dist, extra); /* send the extra distance bits */
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_01.XP.out127 <extra>special</extra>
135 <extra>special</extra>
150 <extra>special</extra>
H A Dtest_01.X.out1extra>special</extra><on-order>2</on-order><in-stock>4</in-stock></item><item><sku test3="value3" …
H A Dtest_03.XP.out2 <extra></extra>
H A Dtest_03.X.out1 <employees><extra></extra><memory><type>name</type><in-use>12345</in-use><memory-use>54321</memory-…
H A Dtest_01.J.out1extra":"special","on-order":2,"in-stock":4}, {"sku":"HRD-000-517","name":"ladder","sold":0,"extra"…
H A Dtest_01.JP.out137 "extra": "special",
145 "extra": "special",
160 "extra": "special",
H A Dtest_03.J.out1 {"employees": {"employee": [],"extra":"", "memory": [{"type":"name","in-use":12345,"memory-use":543…
H A Dtest_03.JP.out5 "extra": "",
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.h25 pcre_extra *extra; member
53 pcre_exec(re->code, re->extra, (const char *) (s)->data, (s)->len, 0, 0, \
H A Dngx_regex.c277 if (elts[i].regex->extra != NULL) { in ngx_pcre_free_studies()
278 pcre_free_study(elts[i].regex->extra); in ngx_pcre_free_studies()
341 elts[i].regex->extra = pcre_study(elts[i].regex->code, opt, &errstr); in ngx_regex_module_init()
354 n = pcre_fullinfo(elts[i].regex->code, elts[i].regex->extra, in ngx_regex_module_init()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_004_pos.ksh50 rm -f $mntpnt/extra
66 log_must file_write -b 1048576 -c 128 -o create -d 0 -f $mntpnt/extra
/f-stack/freebsd/tools/
H A Dmakeobjops.awk251 extra = substr(line, RSTART + RLENGTH);
252 if (extra ~ /[ ]*DEFAULT[ ]*[a-zA-Z_][a-zA-Z_0-9]*[ ]*;/) {
253 default_function = extra;
257 else if (extra && opt_d) {
259 warnsrc("Ignored '" extra "'");
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h136 size_t extra, size_t alignment, bool zero, tcache_t *tcache, in iralloct_realign() argument
143 usize = sz_sa2u(size + extra, alignment); in iralloct_realign()
149 if (extra == 0) { in iralloct_realign()
202 ixalloc(tsdn_t *tsdn, void *ptr, size_t oldsize, size_t size, size_t extra, in ixalloc() argument
215 return arena_ralloc_no_move(tsdn, ptr, oldsize, size, extra, zero); in ixalloc()
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_struct.h170 uint64_t extra : 28; member
183 uint64_t extra : 25; member
202 uint64_t extra : 28;
209 uint64_t extra : 25;
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/partitions/
H A Dbrcm,bcm947xx-cfe-partitions.txt14 complex partitions (like TRX with its HDR0 magic) may include extra header
24 As mentioned earlier, role of some partitions may depend on extra configuration.
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c258 int extra = nvars - nexps; in adjust_assign() local
260 extra++; /* includes call itself */ in adjust_assign()
261 if (extra < 0) extra = 0; in adjust_assign()
262 luaK_setreturns(fs, e, extra); /* last exp. provides the difference */ in adjust_assign()
263 if (extra > 1) luaK_reserveregs(fs, extra-1); in adjust_assign()
267 if (extra > 0) { in adjust_assign()
269 luaK_reserveregs(fs, extra); in adjust_assign()
270 luaK_nil(fs, reg, extra); in adjust_assign()
910 int extra = fs->freereg; /* eventual position to save local variable */ in check_conflict() local
916 lh->v.u.s.info = extra; /* previous assignment will use safe copy */ in check_conflict()
[all …]
/f-stack/freebsd/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in77 INSTALL_MOD_DIR=extra/%{kmod_name}
81 %{__chmod} u+x %{buildroot}/lib/modules/%{kverrel}/extra/*/*/*
/f-stack/dpdk/drivers/net/vmxnet3/
H A Dmeson.build11 '-Wno-strict-aliasing', '-Wno-format-extra-args',

123456789