Searched refs:use (Results 1 - 25 of 37) sorted by relevance

12

/system/extras/tests/bionic/libc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
25 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use
44 # you can use EXTRA_LDLIBS to indicate additional linker flags
/system/bt/stack/a2dp/
H A Da2d_sbc.c6 * you may not use this file except in compliance with the License.
52 * Derive 2 items from the CRC byte; one is the "use" bit, the other is the "index".
54 * SBC keeps 2 sets of "use" & "index"; derived the current and the previous frame.
56 * The "use" bit is any bit in SBC_PRTC_USE_MASK is set.
95 UINT8 use; member in struct:__anon775
157 p_last->use = p_cur->use;
159 p_cur->use = p_pkt[A2D_SBC_CRC_IDX] & A2D_SBC_USE_MASK;
161 a2d_sbc_ds_cb.index = (p_cur->use)?A2D_SBC_CIDX:A2D_SBC_LIDX;
163 printf("%05d: ar[%02d]: x%02x, msk: x%02x, use
[all...]
/system/extras/showslab/
H A Dshowslab.c28 unsigned long use; /* percent full: total / active */ member in struct:slab_info
129 p->use = 100 * p->nr_active_objs / p->nr_objs;
132 p->use = 0;
239 BUILD_SORT_FUNC(use)
340 p->nr_objs, p->nr_active_objs, p->use,
/system/core/adf/libadf/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/core/libmincrypt/tools/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/kexec_tools/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/ksmutils/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/latencytop/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/libpagemap/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/librank/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/procmem/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/puncture_fs/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/timeinfo/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_encoder.c6 * you may not use this file except in compliance with the License.
50 * Derive 2 items from the CRC byte; one is the "use" bit, the other is the "index".
52 * SBC keeps 2 sets of "use" & "index"; derived the current and the previous frame.
54 * The "use" bit is any bit in SBC_PRTC_USE_MASK is set.
88 UINT8 use; member in struct:__anon720
104 p_last->idx = p_cur->idx; p_last->use = p_cur->use;}
105 #define SBC_PRTC_GETC(ar) {p_cur->use = ar[SBC_PRTC_CRC_IDX] & SBC_PRTC_USE_MASK; \
107 #define SBC_PRTC_CHK_CRC(ar) {SBC_PRTC_C2L();SBC_PRTC_GETC(ar);sbc_prtc_cb.index = (p_cur->use)?SBC_PRTC_CIDX:SBC_PRTC_LIDX;}
182 /* In case of JS processing,check whether to use J
[all...]
/system/bt/profile/
H A DAndroid.mk6 # you may not use this file except in compliance with the License.
/system/core/adf/libadfhwc/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/procrank/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/tests/cpueater/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/tests/fstest/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/extras/tests/sdcard/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/gatekeeper/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/media/alsa_utils/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/netd/client/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/system/core/fastboot/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
77 # and do not use code in external/f2fs-tools.
/system/extras/perfprofd/quipper/build/
H A Dbuild_config.h17 // A set of macros to use for platform detection.
56 #error Cannot use both OpenSSL and NSS
59 // For access to standard BSD features, use OS_BSD instead of a
65 // For access to standard POSIXish features, use OS_POSIX instead of a

Completed in 347 milliseconds

12