Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 196) sorted by relevance

12345678

/netbsd/src/sys/dev/splash/
Dsplash.c251 int filled; in splash_render8() local
256 filled = 0; in splash_render8()
258 filled = 1; in splash_render8()
268 if (filled == 0) { in splash_render8()
277 filled = 1; in splash_render8()
325 int filled; in splash_render16() local
330 filled = 0; in splash_render16()
332 filled = 1; in splash_render16()
342 if (filled == 0) { in splash_render16()
349 filled = 1; in splash_render16()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dacs.c375 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()
377 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()
386 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) { in acs_survey_interference_factor()
473 if (!(survey->filled & SURVEY_HAS_NF)) { in acs_survey_is_sufficient()
480 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) { in acs_survey_is_sufficient()
487 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) && in acs_survey_is_sufficient()
488 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) { in acs_survey_is_sufficient()
/netbsd/src/lib/libc/stdlib/
Dhcreate.c126 head->filled = 0; in hcreate_r()
241 head->filled++; in hsearch_r()
/netbsd/src/sys/kern/
Dsubr_blist.c285 blist_blkno_t filled; in blist_fill() local
289 filled = blst_leaf_fill(bl->bl_root, blkno, count); in blist_fill()
291 filled = blst_meta_fill(bl->bl_root, blkno, count, in blist_fill()
293 bl->bl_free -= filled; in blist_fill()
294 return filled; in blist_fill()
/netbsd/src/usr.bin/rpcgen/
Drpc_svcout.c345 int filled; in write_program() local
378 filled = 0; in write_program()
386 filled = 1; in write_program()
394 filled = 1; in write_program()
401 if (!filled) { in write_program()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/doc/xml/images/
Dconfdeps.dot4 node [color=lightblue2, style=filled];
/netbsd/src/crypto/external/bsd/openssl/dist/apps/demoSRP/
Dsrp_verifier.txt1 # This is a file that will be filled by the openssl srp routine.
/netbsd/src/include/
Dsearch.h30 size_t filled; member
/netbsd/src/tests/lib/libcurses/tests/
Dbackground4 # looks like a bug - bottom right char not filled
/netbsd/src/sys/arch/hppa/conf/
Dld.script22 } = 0x08000240 /* nop filled */
/netbsd/src/etc/
Daliases28 # Well-known aliases -- these should be filled in!
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.cc6562 int filled; member
6624 if (sched_ib.filled > sched_ib.size) in m68k_sched_variable_issue()
6625 sched_ib.filled = sched_ib.size; in m68k_sched_variable_issue()
6649 if (insn_size > sched_ib.filled) in m68k_sched_variable_issue()
6654 insn_size = sched_ib.filled; in m68k_sched_variable_issue()
6661 insn_size = sched_ib.filled; in m68k_sched_variable_issue()
6665 sched_ib.filled -= insn_size; in m68k_sched_variable_issue()
6718 sched_ib.filled = 0; in m68k_sched_md_init_global()
6803 sched_ib.filled = -2; in m68k_sched_md_init()
6817 sched_ib.filled += 2; in m68k_sched_dfa_pre_advance_cycle()
[all …]
/netbsd/src/external/bsd/am-utils/dist/
Daux_conf.h.in3 * This file gets "filled in" for each architecture.
DREADME27 part is filled in by GNU's config.guess script. This is the preferred
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dgnome47 # version is never filled. probably future extension
Dluks106 # JSON text data terminated by the zero character; unused remainder empty and filled with zeroes li…
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-ns32k.texi6 @c FIXME! Stop ignoring when filled in.
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Dformat.texi74 case, if @var{matching} is not NULL, it will be filled in with
/netbsd/src/external/bsd/libbind/dist/doc/
Dinet_cidr.cat341 is zero filled if there were insufficint bits in _s_r_c.
Dtsig.cat357 sig a buffer to be filled with the generated signature
83 sig a buffer to be filled with the signature contained
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
DREADME10 If the attribute part of the URI is filled, the group entry is populated
/netbsd/src/sys/arch/sparc64/sparc64/
Dbsd_fdintr.s121 ! we filled/emptied the FIFO; update fdc->sc_buf & fdc->sc_tc
/netbsd/src/crypto/external/bsd/openssh/dist/
DREADME.lpk62 - with a filled 'sshPublicKey' attribute
84 - with multiple 'memberUid' attributes filled with usernames allowed in this group
/netbsd/src/external/bsd/top/dist/
DPorting52 The statics struct is filled in by machine_init. Each item is a
63 The system_info struct is filled in by get_system_info and
/netbsd/src/sys/arch/vax/boot/xxboot/
Dstart.S91 # must be empty (i.e. filled with zeroes).

12345678