Home
last modified time | relevance | path

Searched +defs:temp +defs:buffer (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/third_party/e2fsprogs/ext2ed/
Ddisk.c35 int low_read (unsigned char *buffer,unsigned long length,unsigned long offset) in low_read()
47 char temp [80]; in low_read() local
75 int low_write (unsigned char *buffer,unsigned long length,unsigned long offset) in low_write()
86 char temp [80]; in low_write() local
132 int log_changes (unsigned char *buffer,unsigned long length,unsigned long offset) in log_changes()
Dext2_com.c36 char buffer [80]; in type_ext2___super() local
54 char temp [80],buffer [80],*ptr; in type_ext2___cd() local
86 char *ptr,buffer [80]; in type_ext2___group() local
Ddir_com.c220 char *ptr,full_dir_name [500],dir_name [500],temp [500],temp2 [500]; in type_dir___cd() local
348 char *ptr,buffer [80]; in type_dir___entry() local
399 char buffer [80]; in type_dir___followinode() local
454 unsigned char temp [80]; in action_show() local
487 char *ptr,buffer [80]; in type_dir___next() local
504 char *ptr,buffer [80]; in type_dir___prev() local
550 char *ptr,buffer [80]; in type_dir___remember() local
596 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80]; in type_dir___set() local
Dgroup_com.c26 char *ptr,buffer [80]; in type_ext2_group_desc___next() local
42 char *ptr,buffer [80]; in type_ext2_group_desc___prev() local
58 char *ptr,buffer [80]; in type_ext2_group_desc___entry() local
84 char *ptr,buffer [80]; in type_ext2_group_desc___gocopy() local
111 long group_num,temp; in type_ext2_group_desc___show() local
139 char buffer [80]; in type_ext2_group_desc___inode() local
150 char buffer [80]; in type_ext2_group_desc___blockbitmap() local
164 char buffer [80]; in type_ext2_group_desc___inodebitmap() local
Dgeneral_com.c365 char *ptr,buffer [80],variable [80],value [80]; in set() local
431 char *ptr,buffer [80],*ch_ptr; in hex_set() local
496 char *ptr,buffer [80],tmp_buffer [80]; in set_type() local
531 long temp; in show_int() local
556 unsigned long temp; in show_uint() local
697 char *ptr,buffer [80]; in next() local
726 char *ptr,buffer [80]; in prev() local
776 char *ptr,buffer [80]; in remember() local
813 char *ptr,buffer [80]; in recall() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image.cpp245 void dng_image::DoPut (const dng_pixel_buffer &buffer) in DoPut()
268 void dng_image::GetRepeat (dng_pixel_buffer &buffer, in GetRepeat()
318 dng_pixel_buffer temp (buffer); in GetRepeat() local
342 dng_pixel_buffer temp (buffer); in GetRepeat() local
366 dng_pixel_buffer temp (buffer); in GetRepeat() local
390 dng_pixel_buffer temp (buffer); in GetRepeat() local
415 void dng_image::GetEdge (dng_pixel_buffer &buffer, in GetEdge()
494 void dng_image::Get (dng_pixel_buffer &buffer, in Get()
509 dng_pixel_buffer temp (buffer); in Get() local
687 void dng_image::Put (const dng_pixel_buffer &buffer) in Put()
[all …]
/third_party/ffmpeg/libavcodec/
Dsnow_dwt.c64 IDWTELEM *buffer; in ff_slice_buffer_load_line() local
80 IDWTELEM *buffer; in ff_slice_buffer_release() local
178 static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose53i()
212 static void spatial_decompose53i(DWTELEM *buffer, DWTELEM *temp, in spatial_decompose53i()
238 static void horizontal_decompose97i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose97i()
285 static void spatial_decompose97i(DWTELEM *buffer, DWTELEM *temp, in spatial_decompose97i()
319 void ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, in ff_spatial_dwt()
340 static void horizontal_compose53i(IDWTELEM *b, IDWTELEM *temp, int width) in horizontal_compose53i()
392 static void spatial_compose53i_init(DWTCompose *cs, IDWTELEM *buffer, in spatial_compose53i_init()
401 IDWTELEM *temp, in spatial_compose53i_dy_buffered()
[all …]
/third_party/libuv/test/
Dtest-uname.c35 char temp[256]; in TEST_IMPL() local
37 uv_utsname_t buffer; in TEST_IMPL() local
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc241 bool CodedInputStream::ReadRaw(void* buffer, int size) { in ReadRaw()
258 bool CodedInputStream::ReadString(std::string* buffer, int size) { in ReadString()
277 bool CodedInputStream::ReadStringFallback(std::string* buffer, int size) { in ReadStringFallback()
351 const uint8* DecodeVarint64KnownSize(const uint8* buffer, uint64* value) { in DecodeVarint64KnownSize()
370 uint32 first_byte, const uint8* buffer, uint32* value) { in ReadVarint32FromArray()
415 const uint8* buffer, uint64* value) { in ReadVarint64FromArray()
464 uint32 temp; in ReadVarint32Fallback() local
474 uint32 temp; in ReadVarint32Fallback() local
492 uint64 temp; in ReadVarintSizeAsIntFallback() local
602 uint64 temp; in ReadVarint64Fallback() local
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp30 void WaveFileWriter::write(float *buffer, int32_t startSample, int32_t numSamples) { in write()
92 float temp = (PCM24_MAX * value) + 0.5 - PCM24_MIN; in writePCM24() local
109 float temp = (INT16_MAX * value) + 0.5 - INT16_MIN; in writePCM16() local
/third_party/skia/third_party/externals/icu/source/common/
Dustrfmt.cpp30 uprv_itou (UChar * buffer, int32_t capacity, in uprv_itou()
36 UChar temp; in uprv_itou() local
Dservlk.cpp77 UChar buffer[64]; in prefix() local
79 UnicodeString temp(buffer); in prefix() local
151 UnicodeString temp(id); in isFallbackOf() local
/third_party/node/deps/icu-small/source/common/
Dustrfmt.cpp30 uprv_itou (UChar * buffer, int32_t capacity, in uprv_itou()
36 UChar temp; in uprv_itou() local
Dservlk.cpp77 UChar buffer[64]; in prefix() local
79 UnicodeString temp(buffer); in prefix() local
151 UnicodeString temp(id); in isFallbackOf() local
/third_party/icu/icu4c/source/common/
Dustrfmt.cpp30 uprv_itou (UChar * buffer, int32_t capacity, in uprv_itou()
36 UChar temp; in uprv_itou() local
Dservlk.cpp77 UChar buffer[64]; in prefix() local
79 UnicodeString temp(buffer); in prefix() local
151 UnicodeString temp(id); in isFallbackOf() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustrfmt.cpp30 uprv_itou (UChar * buffer, int32_t capacity, in uprv_itou()
36 UChar temp; in uprv_itou() local
Dservlk.cpp77 UChar buffer[64]; in prefix() local
79 UnicodeString temp(buffer); in prefix() local
151 UnicodeString temp(id); in isFallbackOf() local
/third_party/ffmpeg/libavfilter/
Daf_compensationdelay.c34 int temp; member
60 #define COMP_DELAY_SOUND_SPEED_KM_H(temp) 1.85325 * (643.95 * sqrt(((temp + 273.15) / 273.15))) argument
61 #define COMP_DELAY_SOUND_SPEED_CM_S(temp) (COMP_DELAY_SOUND_SPEED_KM_H(temp) * (1000.0 * 100.0) /*… argument
62 #define COMP_DELAY_SOUND_FRONT_DELAY(temp) (1.0 / COMP_DELAY_SOUND_SPEED_CM_S(temp)) argument
144 double *buffer = (double *)s->delay_frame->extended_data[ch]; in filter_frame() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Drbutil.c68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr()
76 char temp; in itostr() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Drbutil.c68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr()
76 char temp; in itostr() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_atomics_to_ssbo.c89 nir_ssa_def *buffer = nir_imm_int(b, ssbo_offset + nir_intrinsic_base(instr)); in lower_instr() local
90 nir_ssa_def *temp = NULL; in lower_instr() local
/third_party/node/deps/icu-small/source/tools/genrb/
Drbutil.c68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr()
76 char temp; in itostr() local
/third_party/icu/icu4c/source/tools/genrb/
Drbutil.c68 itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad) in itostr()
76 char temp; in itostr() local
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtransform1.c49 GstBuffer *buffer; in GST_START_TEST() local
130 GstBuffer *buffer; in GST_START_TEST() local
227 GstBuffer *buffer; in GST_START_TEST() local
311 GstBuffer *buffer; in GST_START_TEST() local
450 GstCaps *temp = in transform_caps_ct1() local
478 GstBuffer *buffer; in GST_START_TEST() local
632 GstCaps *temp = in transform_caps_ct2() local
664 GstBuffer *buffer; in GST_START_TEST() local
759 GstBuffer *buffer; in GST_START_TEST() local
905 GstBuffer *buffer; in GST_START_TEST() local

12345678910>>...13