Home
last modified time | relevance | path

Searched refs:memory_location (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/server/
Dcras_hfp_slc.c188 int memory_location; in dial_number() local
189 memory_location = strtol(cmd + 4, NULL, 0); in dial_number()
190 if (handle->telephony->dial_number == NULL || memory_location != 1) in dial_number()
/external/v8/src/x64/
Ddisasm-x64.cc2679 const char* memory_location = NameOfAddress( in InstructionDecode() local
2683 AppendToBuffer("movzxlq rax,(%s)", memory_location); in InstructionDecode()
2685 AppendToBuffer("movzxlq (%s),rax", memory_location); in InstructionDecode()
2692 const char* memory_location = NameOfAddress( in InstructionDecode() local
2695 AppendToBuffer("movq rax,(%s)", memory_location); in InstructionDecode()
2697 AppendToBuffer("movq (%s),rax", memory_location); in InstructionDecode()