/bionic/libc/kernel/arch-x86/asm/ |
alternative_32.h | 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
alternative_32.h | 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
alternative_32.h | 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
alternative_32.h | 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
alternative_32.h | 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/external/freetype/include/freetype/ |
ftgxval.h | 57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */ 116 * Validate `feat' table. 146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern, 151 #define FT_VALIDATE_feat FT_VALIDATE_GX_BITFIELD( feat )
|
/external/kernel-headers/original/asm-x86/ |
alternative_32.h | 92 " .byte %c[feat]\n" /* feature bit */ \ 98 ".previous" : output : [feat] "i" (feature), ##input)
|
/external/bluetooth/bluez/health/ |
hdp_util.c | 757 sdp_data_t *list, *feat; local 768 for (feat = list->val.dataseq; feat; feat = feat->next) { 771 if (feat->dtd != SDP_SEQ8 && feat->dtd != SDP_SEQ16 && 772 feat->dtd != SDP_SEQ32) 775 mdepid = feat->val.dataseq;
|
/external/openssl/crypto/perlasm/ |
x86nasm.pl | 81 \$\@feat.00 equ 1
|
/external/bluetooth/bluez/audio/ |
control.c | 214 uint16_t avrcp_ver = 0x0100, avctp_ver = 0x0103, feat = 0x000f; local 251 features = sdp_data_alloc(SDP_UINT16, &feat); 278 uint16_t avrcp_ver = 0x0100, avctp_ver = 0x0103, feat = 0x000f; local 281 feat = 0x0001; 318 features = sdp_data_alloc(SDP_UINT16, &feat);
|
manager.c | 346 static sdp_record_t *hfp_ag_record(uint8_t ch, uint32_t feat) 394 sdpfeat = (uint16_t) feat & 0xF;
|
a2dp.c | 1322 uint16_t a2dp_ver = 0x0102, feat = 0x000f; local 1325 feat = 0x0001; 1362 features = sdp_data_alloc(SDP_UINT16, &feat); [all...] |
/external/bluetooth/bluez/lib/ |
sdp.c | 4640 sdp_data_t *feat, *seq_feat; local [all...] |
/external/bluetooth/bluez/tools/ |
sdptool.c | 2819 uint16_t lp = 0x0017, ver = 0x0100, feat = 0x000f; local 2883 uint16_t lp = 0x0017, ver = 0x0100, feat = 0x000f; local [all...] |