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

  /external/linux-tools-perf/util/
header.h 79 void perf_header__set_feat(struct perf_header *header, int feat);
80 void perf_header__clear_feat(struct perf_header *header, int feat);
81 bool perf_header__has_feat(const struct perf_header *header, int feat);
86 int feat, int fd));
header.c 89 void perf_header__set_feat(struct perf_header *header, int feat)
91 set_bit(feat, header->adds_features);
94 void perf_header__clear_feat(struct perf_header *header, int feat)
96 clear_bit(feat, header->adds_features);
99 bool perf_header__has_feat(const struct perf_header *header, int feat)
101 return test_bit(feat, header->adds_features);
585 int feat, int fd))
591 int err = -1, feat = 1; local
609 while (idx < nr_sections && feat < HEADER_LAST_FEATURE) {
610 if (perf_header__has_feat(header, feat)) {
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
alternative_32.h 39 #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 39 #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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/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)
  /prebuilts/ndk/android-ndk-r7/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 84 \$\@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...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 696 milliseconds