Home
last modified time | relevance | path

Searched refs:depth (Results 176 – 200 of 708) sorted by relevance

12345678910>>...29

/freebsd/contrib/unifdef/tests/
H A Dwhitespace-1.experr1 unifdef: whitespace.c: 4: Obfuscated preprocessor control line (#if line 1 depth 1)
/freebsd/contrib/sendmail/src/
H A Dtls.c1838 int depth, r;
1876 depth = SSL_get0_dane_authority(ssl, NULL, &mspki);
1880 if (depth < 0)
1891 : (depth > 0) ? "matched_TA_certificate"
1906 depth, dane_vrfy_ctx->dane_vrfy_res, r,
2444 int reason, depth;
2449 depth = X509_STORE_CTX_get_error_depth(ctx);
2863 int depth;
2865 depth = X509_STORE_CTX_get_error_depth(ctx);
2869 dane_vrfy_ctx->dane_vrfy_chk, depth);
[all …]
/freebsd/sys/dev/sfxge/common/
H A Def10_filter.c641 unsigned int depth; in ef10_filter_add_internal() local
666 depth = 1; in ef10_filter_add_internal()
671 i = (hash + depth) & (EFX_EF10_FILTER_TBL_ROWS - 1); in ef10_filter_add_internal()
703 if (depth == EF10_FILTER_SEARCH_LIMIT) { in ef10_filter_add_internal()
710 depth++; in ef10_filter_add_internal()
914 unsigned int depth; in ef10_filter_delete() local
928 depth = 1; in ef10_filter_delete()
930 i = (hash + depth) & (EFX_EF10_FILTER_TBL_ROWS - 1); in ef10_filter_delete()
936 if (depth == EF10_FILTER_SEARCH_LIMIT) { in ef10_filter_delete()
940 depth++; in ef10_filter_delete()
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c605 if (fb->depth == 16 && regno > 63)
607 if (fb->depth == 15 && regno > 31)
610 if (fb->depth == 16) {
630 if (fb->depth != 16)
679 int depth;
698 depth = (var->green.length == 6) ? 16 : 15;
701 depth = (var->transp.length > 0) ? 32 : 24;
704 depth = var->bits_per_pixel;
708 switch (depth) {
998 uint32_t depth) in drm_fb_helper_fill_fix() argument
/freebsd/lib/libbe/
H A Dbe.c797 if (ldc->depth_limit == -1 || ldc->depth < ldc->depth_limit) { in be_clone_cb()
798 ldc->depth++; in be_clone_cb()
800 ldc->depth--; in be_clone_cb()
813 be_clone(libbe_handle_t *lbh, const char *bename, const char *snapshot, int depth) in be_clone() argument
853 ldc.depth = 0; in be_clone()
854 ldc.depth_limit = depth; in be_clone()
870 const char *snap, int depth) in be_create_depth() argument
872 return (be_clone(lbh, bename, snap, depth)); in be_create_depth()
/freebsd/contrib/tcpdump/
H A Dsmbutil.c834 static int depth = 0; in smb_fdata() local
849 depth++; in smb_fdata()
856 if (depth == 10) { in smb_fdata()
861 depth--; in smb_fdata()
935 if (!depth && buf < maxbuf) { in smb_fdata()
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c52 long depth; member
92 .depth = -1,
192 parse_long(text, &creation.depth, "-d", "depth"); in parse_depth()
306 bool valid = creation.exists || creation.depth > 0; in validate_depth()
430 .mq_maxmsg = q_creation.depth, in create()
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_get.c317 unsigned int tag, depth = 0; in der_get_octet_string_ber() local
331 if (depth == 0) in der_get_octet_string_ber()
333 depth--; in der_get_octet_string_ber()
362 depth++; in der_get_octet_string_ber()
367 if (depth != 0) in der_get_octet_string_ber()
/freebsd/cddl/usr.sbin/dtrace/tests/common/ustack/
H A DMakefile10 tst.depth.ksh \
/freebsd/sys/dev/hptmv/
H A Dglobal.h188 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
189 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp174 unsigned depth = 1; in ProcessPlatformSpecificAllocations() local
177 err = vm_region_recurse_64(mach_task_self(), &address, &size, &depth, in ProcessPlatformSpecificAllocations()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-specific.h38 ompt_team_info_t *__ompt_get_teaminfo(int depth, int *size);
44 ompt_task_info_t *__ompt_get_task_info_object(int depth);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTimer.cpp111 void Timer::SetDisplayDepth(uint32_t depth) { g_display_depth = depth; } in SetDisplayDepth() argument
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dintel,dwmac-plat.yaml108 rx-fifo-depth = <4096>;
109 tx-fifo-depth = <4096>;
H A Dstarfive,jh7110-dwmac.yaml115 rx-fifo-depth = <2048>;
116 tx-fifo-depth = <2048>;
/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h114 uint32_t depth; member
162 uint32_t depth; member
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dtqmls1088a-mbls10xxa-mc.dtsi100 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
108 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm6.h54 rte_lpm6_add(struct rte_lpm6 *lpm, const uint8_t *ip, uint8_t depth,
/freebsd/tools/tools/net80211/wlanstats/
H A DMakefile12 CFLAGS.clang+= -fbracket-depth=512 -Wno-cast-align
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_arria10.dtsi438 tx-fifo-depth = <4096>;
439 rx-fifo-depth = <16384>;
458 tx-fifo-depth = <4096>;
459 rx-fifo-depth = <16384>;
478 tx-fifo-depth = <4096>;
479 rx-fifo-depth = <16384>;
664 fifo-depth = <0x400>;
773 cdns,fifo-depth = <128>;
/freebsd/lib/libc/gen/
H A Dgetcap.c184 int depth, char *nfield) in getent() argument
197 if (depth > MAX_RECURSION) in getent()
203 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) { in getent()
424 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1, in getent()
/freebsd/usr.bin/mail/
H A Dnames.c487 static int depth; in gexpand() local
490 if (depth > MAXEXP) { in gexpand()
494 depth++; in gexpand()
518 depth--; in gexpand()
/freebsd/sys/contrib/device-tree/src/nios2/
H A D3c120_devboard.dts107 rx-fifo-depth = <8192>;
108 tx-fifo-depth = <8192>;
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra72-evm-revc.dts104 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
115 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,esai.txt40 - fsl,fifo-depth : The number of elements in the transmit and receive
65 fsl,fifo-depth = <128>;

12345678910>>...29