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

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 269 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local
301 if(!(ident1 = strtok_r(ident, "/", &temp_ptr))) {
307 ident2 = strtok_r(NULL, "/", &temp_ptr);
374 ident2 = strtok_r(NULL, "/", &temp_ptr);
410 ident2 = strtok_r(NULL, "/", &temp_ptr);
467 char ident[MAX_STR_LEN], *ident1, *ident2, *ident_value, *temp_ptr; local
480 if(!(ident1 = strtok_r(ident, "/", &temp_ptr))) {
485 ident2 = strtok_r(NULL, "/", &temp_ptr);
508 ident2 = strtok_r(NULL, "/", &temp_ptr);
1385 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local
1610 char ident[MAX_STR_LEN], *ident1, *ident2, *temp_ptr; local
2125 char *p = NULL, *verb_name = NULL, *file_name = NULL, *temp_ptr = NULL; local
2284 char *file_name = NULL, *temp_ptr; local
2455 char *next_str, *buf, *p, *verb_ptr, *temp_ptr; local
3354 char *p, *name = *case_name, *temp_ptr; local
3378 char *p, key[] = "0123456789", *temp_ptr; local
3404 char *p, *name = *mixer_name, *temp_ptr; local
3431 char *temp_ptr; local
3456 char *temp_ptr; local
3486 char *temp_ptr, *temp_vol_ptr; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 369 AutofillProfile *temp_ptr; local
371 *guid, &temp_ptr)) {
376 scoped_ptr<AutofillProfile> p(temp_ptr);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp 77 char *nextSRString, *temp_ptr; local
78 nextSRString = strtok_r(ratesStr, " ,", &temp_ptr);
85 nextSRString = strtok_r(NULL, " ,.-", &temp_ptr);
101 *ratesStrStart, *chString, *nextSRStr, *test, *nextSRString, *temp_ptr; local
197 nextSRString = strtok_r(ratesStrForVal, " ,", &temp_ptr);
209 nextSRString = strtok_r(NULL, " ,.-", &temp_ptr);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 178 LLVMValueRef temp_ptr; local
179 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
180 return bitcast(bld_base,type,LLVMBuildLoad(builder, temp_ptr, ""));
199 LLVMValueRef temp_ptr; local
200 temp_ptr = lp_get_output_ptr(bld, reg->Register.Index, swizzle);
201 return LLVMBuildLoad(builder, temp_ptr, "");
281 LLVMValueRef temp_ptr; local
328 temp_ptr = bld->outputs[reg->Register.Index][chan_index];
332 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index);
341 LLVMBuildStore(builder, value, temp_ptr);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 178 LLVMValueRef temp_ptr; local
179 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
180 return bitcast(bld_base,type,LLVMBuildLoad(builder, temp_ptr, ""));
199 LLVMValueRef temp_ptr; local
200 temp_ptr = lp_get_output_ptr(bld, reg->Register.Index, swizzle);
201 return LLVMBuildLoad(builder, temp_ptr, "");
281 LLVMValueRef temp_ptr; local
328 temp_ptr = bld->outputs[reg->Register.Index][chan_index];
332 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index);
341 LLVMBuildStore(builder, value, temp_ptr);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 625 LLVMValueRef temp_ptr; local
626 temp_ptr = LLVMBuildBitCast(builder, scalar_ptr, ivtype, "");
627 scalar = LLVMBuildLoad(builder, temp_ptr, "");
765 LLVMValueRef temp_ptr; local
770 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, itype, "");
772 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
773 res = LLVMBuildLoad(builder, temp_ptr, "");
1067 LLVMValueRef temp_ptr; local
1506 LLVMValueRef temp_ptr; local
    [all...]
lp_bld_tgsi_aos.c 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; local
209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, "");
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 625 LLVMValueRef temp_ptr; local
626 temp_ptr = LLVMBuildBitCast(builder, scalar_ptr, ivtype, "");
627 scalar = LLVMBuildLoad(builder, temp_ptr, "");
765 LLVMValueRef temp_ptr; local
770 temp_ptr = LLVMBuildBitCast(builder, tint_ptr, itype, "");
772 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, swizzle);
773 res = LLVMBuildLoad(builder, temp_ptr, "");
1067 LLVMValueRef temp_ptr; local
1506 LLVMValueRef temp_ptr; local
    [all...]
lp_bld_tgsi_aos.c 208 LLVMValueRef temp_ptr = bld->temps[reg->Register.Index]; local
209 LLVMValueRef res = LLVMBuildLoad(builder, temp_ptr, "");
  /external/opencv/cv/src/
cvfilter.cpp     [all...]

Completed in 303 milliseconds