Searched refs:memory_location (Results 1 – 2 of 2) sorted by relevance
/external/adhd/cras/src/server/ |
D | cras_hfp_slc.c | 188 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/ |
D | disasm-x64.cc | 2679 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()
|