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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 124 BluetoothGattCharacteristic temp_char = temp_chars.get(i);
127 temp_char.setInstanceId(svc_char.getInstanceId());
129 List<BluetoothGattDescriptor> temp_descs = temp_char.getDescriptors();
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 534 * Increments shorty and arg_array and clobbers temp_char.
537 MACRO5(LOOP_OVER_SHORTY_LOADING_XMMS, xmm_reg, shorty, arg_array, temp_char, finished)
539 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
541 cmpb MACRO_LITERAL(0), REG_VAR(temp_char) // if (temp_char == '\0')
543 cmpb MACRO_LITERAL(68), REG_VAR(temp_char) // if (temp_char == 'D')
545 cmpb MACRO_LITERAL(70), REG_VAR(temp_char) // if (temp_char == 'F'
    [all...]
  /external/e2fsprogs/ext2ed/
general_com.c 619 unsigned char temp_char,*ch_ptr; local

Completed in 109 milliseconds