HomeSort by relevance Sort by last modified time
    Searched refs:tmp_val (Results 1 - 6 of 6) sorted by null

  /system/core/libcutils/
str_parms.c 197 void *tmp_val = NULL; local
210 tmp_val = strdup(value);
211 if (tmp_val == NULL) {
215 old_val = hashmapPut(str_parms->map, tmp_key, tmp_val);
221 // For new keys, hashmap takes ownership of tmp_key and tmp_val.
222 tmp_key = tmp_val = NULL;
224 // For existing keys, hashmap takes ownership of tmp_val.
226 tmp_val = NULL;
231 free(tmp_val);
  /hardware/intel/common/libmix/videoencoder/
bitstream.h 91 int tmp_val = ++val; local
93 while (tmp_val) {
94 tmp_val >>= 1;
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 59 Dwarf_Value tmp_val; local
262 (prop)->process_unsigned(&tmp_val));
264 process_attrib(prop, tmp_val.u16, attr_value);
265 attr_value->encoded_size += tmp_val.encoded_size;
  /hardware/intel/common/libva/test/encode/
avcenc.c 817 int tmp_val = ++val; local
819 while (tmp_val) {
820 tmp_val >>= 1;
    [all...]
h264encode.c 235 int tmp_val = ++val; local
237 while (tmp_val) {
238 tmp_val >>= 1;
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2524 int tmp_val = ++val; local
    [all...]

Completed in 194 milliseconds