/external/bluetooth/bluez/test/ |
D | uuidtest.c | 46 bt_uuid_t u, u2, u3, u4, u5, ub, u128; in main() local 74 if (memcmp(&u.value.u128, &i, 16) != 0) { in main() 79 if (memcmp(&ub.value.u128, &i, 16) != 0) { in main() 84 if (memcmp(&ub.value.u128, &u.value.u128, 16) != 0) { in main() 106 bt_uuid_to_uuid128(&u, &u128); in main() 130 if (u128.type != 128) { in main() 200 if (bt_uuid_cmp(&u, &u128) != 0) { in main() 205 if (bt_uuid_cmp(&ub, &u128) == 0) { in main() 214 bt_uuid_to_uuid128(&u, &u128); in main() 236 if (u128.type != 128) { in main() [all …]
|
/external/elfutils/libdw/ |
D | libdw_form.c | 31 unsigned int u128; in __libdw_form_val_len() local 59 get_uleb128 (u128, valp); in __libdw_form_val_len() 60 result = u128 + (valp - saved); in __libdw_form_val_len() 92 get_uleb128 (u128, valp); in __libdw_form_val_len() 98 get_uleb128 (u128, valp); in __libdw_form_val_len() 100 result = __libdw_form_val_len (dbg, cu, u128, valp); in __libdw_form_val_len()
|
D | dwarf_formudata.c | 31 unsigned int u128; local 54 get_sleb128 (u128, datap); 55 *return_uval = u128; 60 get_uleb128 (u128, datap); 61 *return_uval = u128;
|
D | dwarf_formsdata.c | 31 unsigned int u128; local 54 get_sleb128 (u128, datap); 55 *return_sval = u128; 60 get_uleb128 (u128, datap); 61 *return_sval = u128;
|
D | dwarf_getmacros.c | 56 unsigned int u128; local 71 get_uleb128 (u128, readp); 83 get_uleb128 (u128, readp); 97 mac.param1 = u128;
|
D | dwarf_formref.c | 31 unsigned int u128; local 54 get_uleb128 (u128, datap); 55 *return_offset = u128;
|
D | dwarf_tag.c | 66 unsigned int u128; local 68 get_uleb128 (u128, addr); 71 die->abbrev = __libdw_findabbrev (die->cu, u128);
|
D | dwarf_formblock.c | 31 unsigned int u128; local 53 get_uleb128 (u128, datap); 54 return_block->length = u128;
|
D | dwarf_getattrs.c | 32 unsigned int u128; in dwarf_getattrs() local 33 get_uleb128 (u128, die_addr); in dwarf_getattrs() 37 die->abbrev = __libdw_findabbrev (die->cu, u128); in dwarf_getattrs()
|
D | dwarf_getsrclines.c | 312 unsigned int u128; in dwarf_getsrclines() local 469 get_uleb128 (u128, linep); in dwarf_getsrclines() 470 address += minimum_instr_len * u128; in dwarf_getsrclines() 488 get_uleb128 (u128, linep); in dwarf_getsrclines() 489 file = u128; in dwarf_getsrclines() 497 get_uleb128 (u128, linep); in dwarf_getsrclines() 498 column = u128; in dwarf_getsrclines() 558 get_uleb128 (u128, linep); in dwarf_getsrclines()
|
/external/bluetooth/bluez/lib/ |
D | uuid.c | 57 dst->value.u128 = bluetooth_base_uuid; in bt_uuid16_to_uuid128() 60 memcpy(&dst->value.u128.data[BASE_UUID16_OFFSET], in bt_uuid16_to_uuid128() 66 dst->value.u128 = bluetooth_base_uuid; in bt_uuid32_to_uuid128() 69 memcpy(&dst->value.u128.data[BASE_UUID32_OFFSET], in bt_uuid32_to_uuid128() 92 return memcmp(&u1->value.u128, &u2->value.u128, sizeof(uint128_t)); in bt_uuid128_cmp() 117 btuuid->value.u128 = value; in bt_uuid128_create() 160 hton128(&uuid->value.u128, &nvalue); in bt_uuid_to_string() 234 uint128_t n128, u128; in bt_string_to_uuid128() local 256 ntoh128(&n128, &u128); in bt_string_to_uuid128() 258 bt_uuid128_create(uuid, u128); in bt_string_to_uuid128()
|
D | sdp.c | 817 uint128_t u128; in sdp_gen_pdu() local 842 hton128(&d->val.uint128, &u128); in sdp_gen_pdu() 843 src = (unsigned char *) &u128; in sdp_gen_pdu() 862 hton128(&d->val.int128, &u128); in sdp_gen_pdu() 863 src = (unsigned char *) &u128; in sdp_gen_pdu()
|
/external/clang/test/Sema/ |
D | 128bitint.c | 3 typedef unsigned u128 __attribute__((__mode__(TI))); typedef 6 int a[(u128)-1 > 1LL ? 1 : -1];
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | uuid.h | 45 uint128_t u128; member
|
/external/elfutils/src/ |
D | readelf.c | 3898 unsigned int u128; in print_debug_line_section() local 4008 get_uleb128 (u128, linep); in print_debug_line_section() 4009 address += minimum_instr_len * u128; in print_debug_line_section() 4012 u128, (uint64_t) address); in print_debug_line_section() 4027 get_uleb128 (u128, linep); in print_debug_line_section() 4029 (uint64_t) u128); in print_debug_line_section() 4037 get_uleb128 (u128, linep); in print_debug_line_section() 4039 (uint64_t) u128); in print_debug_line_section() 4056 u128 = (minimum_instr_len in print_debug_line_section() 4058 address += u128; in print_debug_line_section() [all …]
|
/external/bluetooth/bluez/attrib/ |
D | gatt.c | 82 uint128_t u128; in encode_discover_primary() local 93 htob128(&uuid->value.u128, &u128); in encode_discover_primary() 94 value = &u128; in encode_discover_primary() 95 vlen = sizeof(u128); in encode_discover_primary()
|
D | att.h | 218 att_put_u128(src.value.u128, dst); in att_put_uuid128()
|