HomeSort by relevance Sort by last modified time
    Searched defs:input_ptr (Results 51 - 61 of 61) sorted by null

1 23

  /external/vixl/test/aarch32/
test-simulator-cond-rdlow-rnlow-rmlow-t32.cc 923 Register input_ptr = scratch_registers.Acquire(); local
    [all...]
test-simulator-rd-rn-rm-a32.cc 710 Register input_ptr = scratch_registers.Acquire(); local
    [all...]
test-simulator-rd-rn-rm-t32.cc 710 Register input_ptr = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-rn-rm-a32.cc 1546 Register input_ptr = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-rn-rm-t32.cc 1544 Register input_ptr = scratch_registers.Acquire(); local
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 204 char *input_ptr = NULL; local
213 option_name = strtok_r(input_string, "=", &input_ptr);
216 option_value = strtok_r(NULL, " ", &input_ptr);
257 option_name = strtok_r(NULL, "=", &input_ptr);
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 64 const uint8_t *input_ptr; member in struct:translate_generic::__anon27121
638 src = tg->attrib[attr].input_ptr +
652 tg->attrib[attr].input_ptr,
751 tg->attrib[i].input_ptr = ((const uint8_t *)ptr +
    [all...]
  /external/libjpeg-turbo/
jquant1.c 523 register JSAMPROW input_ptr; local
539 input_ptr = input_buf[row] + ci;
553 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
554 input_ptr += nc;
573 register JSAMPROW input_ptr; local
588 input_ptr = input_buf[row];
596 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) +
598 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) +
600 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) +
623 register JSAMPROW input_ptr; local
    [all...]
  /external/v8/src/compiler/
node.h 90 Node** input_ptr = GetInputPtr(index); local
91 Node* old_to = *input_ptr;
95 *input_ptr = new_to;
204 void ExtractFrom(Use* use_ptr, Node** input_ptr, int count);
216 Node** input_ptr() { function in struct:v8::internal::compiler::final::Use
378 Edge(Node::Use* use, Node** input_ptr) : use_(use), input_ptr_(input_ptr) {
380 DCHECK_NOT_NULL(input_ptr);
381 DCHECK_EQ(input_ptr, use->input_ptr());
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 700 LLVMValueRef input_ptr = LLVMBuildGEP(builder, local
702 res = LLVMBuildLoad(builder, input_ptr, "");
2017 LLVMValueRef input_ptr = local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 48 static unsigned char *input_ptr; variable
    [all...]

Completed in 684 milliseconds

1 23