/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.c | 28 void vp9_clearall_segfeatures(struct segmentation *seg) { in vp9_clearall_segfeatures() 34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature() 47 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata()
|
D | vp9_seg_common.h | 52 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() 70 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata()
|
D | vp9_quant_common.c | 196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
|
/external/valgrind/exp-sgcheck/ |
D | h_main.c | 105 void Seg__cmp(Seg* seg, Addr a, Int* cmp, UWord* n) in Seg__cmp() 119 /*inline*/ Bool Seg__is_freed(Seg* seg) in Seg__is_freed() 127 ExeContext* Seg__where(Seg* seg) in Seg__where() 133 SizeT Seg__size(Seg* seg) in Seg__size() 139 Addr Seg__addr(Seg* seg) in Seg__addr() 193 Seg* seg; in get_Seg_for_malloc() local 211 static void set_Seg_freed ( Seg* seg ) in set_Seg_freed() 261 static void bind_addr_to_Seg ( Addr ga, Seg* seg ) in bind_addr_to_Seg() 288 Seg* seg = get_Seg_for_malloc(); in add_new_segment() local 319 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg ) in die_and_free_mem_heap() [all …]
|
/external/syslinux/dos/ |
D | getsetsl.c | 20 uint16_t seg; in set_fs_sl() local 97 uint16_t seg; in memcpy_to_sl() local 114 uint16_t seg; in memcpy_from_sl() local 131 uint16_t seg; in memset_sl() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | g711.h | 209 int seg; in linear_to_ulaw() local 282 int seg; in linear_to_alaw() local 316 int seg; in alaw_to_linear() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 21 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation() 27 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation() 33 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data, in vp9_set_segment_data() 39 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature() 44 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata() 189 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method() local 264 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
|
D | vp9_aq_360.c | 41 struct segmentation *seg = &cm->seg; in vp9_360aq_frame_setup() local
|
/external/syslinux/core/lwip/src/core/ |
D | tcp_out.c | 61 #define TCP_DATA_COPY(dst, src, len, seg) do { \ argument 68 #define TCP_DATA_COPY(dst, src, len, seg) MEMCPY(dst, src, len) argument 158 struct tcp_seg *seg; in tcp_create_segment() local 354 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; in tcp_write() local 718 struct tcp_seg *seg; in tcp_enqueue_flags() local 894 struct tcp_seg *seg, *useg; in tcp_output() local 1046 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb) in tcp_output_segment() 1233 struct tcp_seg *seg; in tcp_rexmit_rto() local 1268 struct tcp_seg *seg; in tcp_rexmit() local 1403 struct tcp_seg *seg; in tcp_zero_window_probe() local
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 27 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { in NextSegment() 245 Segment* seg = fSegments.append(); in compute_quad_segs() local 268 Segment* seg = fSegments.append(); in compute_conic_segs() local 292 Segment* seg = fSegments.append(); in compute_cubic_segs() local 308 Segment* seg; in buildSegments() local 353 Segment* seg = fSegments.append(); in buildSegments() local 408 const Segment* seg = fSegments.begin(); in buildSegments() local 558 const Segment* seg = fSegments.begin(); in distanceToSegment() local 605 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan() local 657 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment() local [all …]
|
/external/syslinux/gpxe/src/arch/i386/include/ |
D | libkir.h | 98 #define put_real_kir_const_off( var, seg, off ) \ argument 107 #define put_real_kir_nonconst_off( var, seg, off ) \ argument 116 #define put_real_kir( var, seg, off ) \ argument 124 #define get_real_kir_const_off( var, seg, off ) \ argument 133 #define get_real_kir_nonconst_off( var, seg, off ) \ argument 142 #define get_real_kir( var, seg, off ) \ argument
|
/external/libvpx/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 96 int seg, /* segment number */ in vp8_loop_filter_frame_init() local 185 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_normal() local 238 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_simple() local 305 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 356 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 427 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame_yonly() local 525 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_partial_frame() local
|
/external/pdfium/core/fxcrt/ |
D | fx_bidi.cpp | 63 [](const CFX_BidiChar::Segment& seg) { in CFX_BidiString() 68 [](const CFX_BidiChar::Segment& seg) { in CFX_BidiString()
|
/external/strace/ |
D | kexec.c | 44 const kernel_ulong_t *seg; in print_seg() local 75 kernel_ulong_t seg[4]; in print_kexec_segments() local
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 433 static void show_nsegment_full ( Int logLevel, Int segNo, const NSegment* seg ) in show_nsegment_full() 462 static void show_nsegment ( Int logLevel, Int segNo, const NSegment* seg ) in show_nsegment() 1154 static Int segAddr_to_index ( const NSegment* seg ) in segAddr_to_index() 1315 const NSegment *seg = nsegments + find_nsegment_idx(addr); in VG_() local 1433 static void add_segment ( const NSegment* seg ) in add_segment() 1484 static void init_nsegment ( /*OUT*/NSegment* seg ) in init_nsegment() 1500 static void init_resvn ( /*OUT*/NSegment* seg, Addr start, Addr end ) in init_resvn() 1522 NSegment seg; in read_maps_callback() local 1595 NSegment seg; in VG_() local 2157 NSegment seg; in VG_() local [all …]
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 70 static Bool may_dump(const NSegment *seg) in may_dump() 82 static Bool should_dump(const NSegment *seg) in should_dump() 112 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write) in fill_phdr() 579 NSegment const * seg; in make_elf_coredump() local
|
/external/ltp/testcases/kernel/syscalls/modify_ldt/ |
D | modify_ldt01.c | 102 int seg[4]; in main() local 218 int create_segment(void *seg, size_t size) in create_segment()
|
D | modify_ldt02.c | 98 int seg[4]; in main() local 168 int create_segment(void *seg, size_t size) in create_segment()
|
/external/syslinux/com32/gplinclude/disk/ |
D | common.h | 29 uint16_t seg; member
|
/external/valgrind/coregrind/ |
D | fixup_macho_loadcmds.c | 476 struct segment_command_64 *seg = (struct segment_command_64 *)cmd; in modify_macho_loadcmds() local 512 struct segment_command_64 *seg = seg__unixstack; in modify_macho_loadcmds() local 532 struct segment_command_64 *seg = seg__linkedit; in modify_macho_loadcmds() local
|
D | m_addrinfo.c | 236 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_() local 264 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_() local
|
/external/syslinux/com32/modules/ |
D | gpxecmd.c | 30 uint16_t offs, seg; member
|
D | sanboot.c | 30 uint16_t offs, seg; member
|
/external/skia/src/gpu/ |
D | GrRectanizer_skyline.h | 27 SkylineSegment* seg = fSkyline.append(1); in reset() local
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 542 msegmentptr seg = segment_holding (gm, start); in dlmunmap() local 592 msegmentptr seg = segment_holding (gm, ptr); in ffi_closure_alloc() local 608 msegmentptr seg = segment_holding_code (gm, ptr); in ffi_closure_free() local
|