/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | segmented_iterator.h | 12 // Segmented iterators are iterators over (not necessarily contiguous) sub-ranges. 15 // which are not stored contiguously themselves. The concept of segmented iterators 17 // door to various optimizations. See http://lafstern.org/matt/segmented.pdf for details.
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | for_each_segment.h | 21 // __for_each_segment is a utility function for optimizing iterating over segmented iterators linea… 22 // __first and __last are expected to be a segmented range. __func is expected to take a range of l…
|
H A D | find.h | 141 // segmented iterator implementation
|
/freebsd/lib/libvgl/ |
H A D | vgl.h | 64 #define VIDBUF16S 9 /* Direct Color segmented buffer */ 65 #define VIDBUF24S 10 /* Direct Color segmented buffer */ 66 #define VIDBUF32S 11 /* Direct Color segmented buffer */
|
/freebsd/tools/tools/locale/patch/ |
H A D | patch-UnicodeData.txt | 22 1FBF8;SEGMENTED DIGIT EIGHT;Nd;0;EN;<font> 0038;8;8;8;N;;;;; 23 1FBF9;SEGMENTED DIGIT NINE;Nd;0;EN;<font> 0039;9;9;9;N;;;;;
|
/freebsd/sys/dev/isp/ |
H A D | Hardware.txt | 72 of breed for fabrics or segmented loop (which Brocade 91 This also supports fabric and segmented loop. 272 in segmented loop mode. This avoids LIPs propagating where you don't
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | xenix | 81 >0x1e leshort &0x800 segmented 101 # little-endian segmented static executable for Intel i386 with OS type 1 and 162 >0x1e leshort &0x800 segmented
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | testmode.c | 93 /* This function handles segmented events. Data of various events received 170 "failed to allocate skb for segmented testmode wmi event\n"); in ath11k_tm_process_event() 180 ath11k_warn(ab, "failed to populate segmented testmode event"); in ath11k_tm_process_event()
|
H A D | testmode_i.h | 63 * send segmented data to firmware.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugArangeSet.cpp | 47 // bytes of an address (or the offset portion of an address for segmented in extract() 90 "segmented arange entries are not supported"); in extract()
|
H A D | DWARFDebugArangeSet.h | 30 /// segmented addressing, this is the size of the offset portion of the
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrCompiler.td | 115 // Segmented Stack 117 // When using segmented stacks these are lowered into instructions which first
|
H A D | M68kISelLowering.h | 94 // segmented stacks. Check if the current stacklet has enough space, and
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSet.h | 36 /// The size in bytes of an address on the target architecture. For segmented
|
H A D | DWARFDebugAddr.h | 35 /// segmented addressing, this is the size of the offset portion of the
|
H A D | DWARFListTable.h | 63 /// segmented addressing, this is the size of the offset portion of the
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_v1.h | 27 * The EEPROM is segmented into three sections:
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_offloadings.c | 249 /* Payload data bytes segmented so far (e.g. TCP data bytes). */ in bdg_mismatch_datapath() 412 nm_prdis(3, "%d bytes segmented", segmented_bytes); in bdg_mismatch_datapath()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | bmi.h | 213 /* end of segmented data */
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | invoke-ntpsnmpd.texi | 94 the options listed above in upper case and segmented with underscores.
|
/freebsd/sys/dev/gve/ |
H A D | gve_dqo.h | 137 /* The L4 payload bytes that should be segmented. */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymCreator.h | 272 /// when each segment is saved. Each segmented GSYM file has a only the 441 /// Create a segmented GSYM creator starting with function info index
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | invoke-ntpdc.texi | 262 the options listed above in upper case and segmented with underscores.
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 122 // This will be non empty when creating segmented GSYM files as we need to in encode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSchedSiFive7.td | 75 // Cycles for nf=2 segmented loads and stores are calculated using the 89 // Cycles for segmented loads and stores are calculated using the 577 // Segmented Loads and Stores 578 // Unit-stride segmented loads and stores are effectively converted into strided
|