/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
xattr.h | 19 #define XATTR_OS2_PREFIX_LEN (sizeof (XATTR_OS2_PREFIX) - 1) 22 #define XATTR_SECURITY_PREFIX_LEN (sizeof (XATTR_SECURITY_PREFIX) - 1) 25 #define XATTR_SYSTEM_PREFIX_LEN (sizeof (XATTR_SYSTEM_PREFIX) - 1) 28 #define XATTR_TRUSTED_PREFIX_LEN (sizeof (XATTR_TRUSTED_PREFIX) - 1) 31 #define XATTR_USER_PREFIX_LEN (sizeof (XATTR_USER_PREFIX) - 1)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
xattr.h | 19 #define XATTR_OS2_PREFIX_LEN (sizeof (XATTR_OS2_PREFIX) - 1) 22 #define XATTR_SECURITY_PREFIX_LEN (sizeof (XATTR_SECURITY_PREFIX) - 1) 25 #define XATTR_SYSTEM_PREFIX_LEN (sizeof (XATTR_SYSTEM_PREFIX) - 1) 28 #define XATTR_TRUSTED_PREFIX_LEN (sizeof (XATTR_TRUSTED_PREFIX) - 1) 31 #define XATTR_USER_PREFIX_LEN (sizeof (XATTR_USER_PREFIX) - 1)
|
/hardware/ti/wlan/wl1271/TWD/Ctrl/ |
CmdBldItrIE.c | 47 apMap->EleHdr.len = sizeof(*apMap) - sizeof(EleHdrStruct); 49 return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_INTERROGATE, apMap, sizeof(*apMap), fCb, hCb, apMap); 74 pCfg->EleHdr.len = sizeof(*pCfg) - sizeof(EleHdrStruct); 77 return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_INTERROGATE, pCfg, sizeof(*pCfg), fCb, hCb, pCb); 102 pCfg->EleHdr.len = sizeof(*pCfg) - sizeof(EleHdrStruct); 105 return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_INTERROGATE, pCfg, sizeof(*pCfg), fCb, hCb, pCb); 133 pCfg->EleHdr.len = sizeof(ACXRoamingStatisticsTable_t) - sizeof(EleHdrStruct) [all...] |
/system/wlan/ti/wilink_6_1/TWD/Ctrl/ |
CmdBldItrIE.c | 47 apMap->EleHdr.len = sizeof(*apMap) - sizeof(EleHdrStruct); 49 return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_INTERROGATE, apMap, sizeof(*apMap), fCb, hCb, apMap); 74 pCfg->EleHdr.len = sizeof(*pCfg) - sizeof(EleHdrStruct); 77 return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_INTERROGATE, pCfg, sizeof(*pCfg), fCb, hCb, pCb); 102 pCfg->EleHdr.len = sizeof(*pCfg) - sizeof(EleHdrStruct); 105 return cmdQueue_SendCommand (pCmdBld->hCmdQueue, CMD_INTERROGATE, pCfg, sizeof(*pCfg), fCb, hCb, pCb); 133 pCfg->EleHdr.len = sizeof(ACXRoamingStatisticsTable_t) - sizeof(EleHdrStruct) [all...] |
/build/tools/apriori/ |
prelink_info.c | 23 FAILIF(sizeof(prelink_info_t) != 8, "Unexpected sizeof(prelink_info_t) == %d!\n", sizeof(prelink_info_t)); 38 FAILIF(sizeof(prelink_info_t) != 8, "Unexpected sizeof(prelink_info_t) == %d!\n", sizeof(prelink_info_t)); 44 int nr = sizeof(prelink_info_t); 55 "read(%d, &info, sizeof(prelink_info_t)): %s (%d)!\n", 57 FAILIF(num_read != sizeof(info), 58 "read(%d, &info, sizeof(prelink_info_t)): did not read %d bytes as [all...] |
/build/tools/soslim/ |
prelink_info.c | 23 FAILIF(sizeof(prelink_info_t) != 8, "Unexpected sizeof(prelink_info_t) == %zd!\n", sizeof(prelink_info_t)); 38 FAILIF(sizeof(prelink_info_t) != 8, "Unexpected sizeof(prelink_info_t) == %zd!\n", sizeof(prelink_info_t)); 47 int nr = sizeof(prelink_info_t); 58 "read(%d, &info, sizeof(prelink_info_t)): %s (%d)!\n", 60 FAILIF((size_t)num_read != sizeof(info), 61 "read(%d, &info, sizeof(prelink_info_t)): did not read %zd bytes as [all...] |
/external/bluetooth/glib/glib/ |
gatomic.h | 66 ((void) sizeof (gchar [sizeof (*(atomic)) == sizeof (gint) ? 1 : -1]), \ 69 ((void) sizeof (gchar [sizeof (*(atomic)) == sizeof (gint) ? 1 : -1]), \ 72 ((void) sizeof (gchar [sizeof (*(atomic)) == sizeof (gpointer) ? 1 : -1]), \ 75 ((void) sizeof (gchar [sizeof (*(atomic)) == sizeof (gpointer) ? 1 : -1]), [all...] |
/external/kernel-headers/original/linux/ |
efs_dir.h | 19 #define EFS_DENTSIZE (sizeof(struct efs_dentry) - 3 + 1) 20 #define EFS_MAXNAMELEN ((1 << (sizeof(char) * 8)) - 1) 35 (EFS_DENTSIZE + sizeof(char)))
|
pfkeyv2.h | 24 /* sizeof(struct sadb_msg) == 16 */ 30 /* sizeof(struct sadb_ext) == 4 */ 42 /* sizeof(struct sadb_sa) == 16 */ 52 /* sizeof(struct sadb_lifetime) == 32 */ 61 /* sizeof(struct sadb_address) == 8 */ 69 /* sizeof(struct sadb_key) == 8 */ 78 /* sizeof(struct sadb_ident) == 16 */ 90 /* sizeof(struct sadb_sens) == 16 */ 102 /* sizeof(struct sadb_prop) == 8 */ 106 sizeof(uint64_t) - sizeof(struct sadb_prop)) [all...] |
/external/qemu/ |
targphys.h | 8 be different from 'target_ulong'). We have sizeof(target_phys_addr) 9 = max(sizeof(unsigned long), 10 sizeof(size_of_target_physical_address)) because we must pass a
|
/external/tcpdump/ |
print-ripng.c | 45 return (memcmp(addr, &in6addr_any, sizeof(*addr)) == 0); 75 if (i < (sizeof(struct rip6) - sizeof(struct netinfo6))) 77 i -= (sizeof(struct rip6) - sizeof(struct netinfo6)); 82 j = length / sizeof(*ni); 89 if (j * sizeof(*ni) != length - 4) 93 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i); 94 for (ni = rp->rip6_nets; i >= sizeof(*ni) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
report.c | 74 pReport = os_memoryAlloc(hOs, sizeof(report_t)); 108 os_memoryZero(NULL, pReport->SeverityTable, sizeof(pReport->SeverityTable)); 109 os_memoryZero(NULL, pReport->ModuleTable, sizeof(pReport->ModuleTable)); 111 os_memoryCopy(hOs, (void *)(pReport->moduleDesc[CONFIG_MGR_MODULE_LOG]), "CONFIG_MGR", sizeof("CONFIG_MGR")); 113 os_memoryCopy(hOs, (void *)(pReport->moduleDesc[SME_SM_MODULE_LOG]), "SME_SM ", sizeof("SME_SM ")); 115 os_memoryCopy(hOs, (void *)(pReport->moduleDesc[SITE_MGR_MODULE_LOG]), "SITE_MGR ", sizeof("SITE_MGR ")); 117 os_memoryCopy(hOs, (void *)(pReport->moduleDesc[CONN_MODULE_LOG]), "CONN ", sizeof("CONN ")); 119 os_memoryCopy(hOs, (void *)(pReport->moduleDesc[MLME_SM_MODULE_LOG]), "MLME_SM ", sizeof("MLME_SM ")); 121 os_memoryCopy(hOs, (void *)(pReport->moduleDesc[AUTH_MODULE_LOG]), "AUTH ", sizeof("AUTH ")); 123 os_memoryCopy(hOs, (void *)(pReport->moduleDesc[ASSOC_MODULE_LOG]), "ASSOC ", sizeof("ASSOC ")) [all...] |
/external/elfutils/libelf/ |
elf_error.c | 82 #define ELF_E_UNKNOWN_ERROR_IDX (ELF_E_NOERROR_IDX + sizeof "no error") 86 (ELF_E_UNKNOWN_ERROR_IDX + sizeof "unknown error") 90 (ELF_E_UNKNOWN_VERSION_IDX + sizeof "unknown version") 94 (ELF_E_UNKNOWN_TYPE_IDX + sizeof "unknown type") 98 (ELF_E_INVALID_HANDLE_IDX + sizeof "invalid `Elf' handle") 102 (ELF_E_SOURCE_SIZE_IDX + sizeof "invalid size of source operand") 106 (ELF_E_DEST_SIZE_IDX + sizeof "invalid size of destination operand") 110 (ELF_E_INVALID_ENCODING_IDX + sizeof "invalid encoding") 114 (ELF_E_NOMEM_IDX + sizeof "out of memory") 118 (ELF_E_INVALID_FILE_IDX + sizeof "invalid file descriptor" [all...] |
/bionic/libc/kernel/arch-arm/asm/ |
fpstate.h | 48 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; 56 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) 64 #define CRUNCH_SIZE sizeof(struct crunch_state)
|
/bionic/libc/kernel/common/linux/ |
kernel.h | 30 char _f[20-2*sizeof(long)-sizeof(int)]; 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) 35 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
fpstate.h | 48 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; 56 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) 64 #define CRUNCH_SIZE sizeof(struct crunch_state)
|
/development/ndk/platforms/android-3/include/linux/ |
kernel.h | 30 char _f[20-2*sizeof(long)-sizeof(int)]; 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) 35 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)
|
/device/samsung/crespo/alsa-utils/alsactl/ |
init_sysfs.c | 39 strlcpy(sysfs_path, env, sizeof(sysfs_path)); 42 strlcpy(sysfs_path, "/sys", sizeof(sysfs_path)); 45 strlcpy(sysfs_test, sysfs_path, sizeof(sysfs_test)); 46 strlcat(sysfs_test, "/kernel/uevent_helper", sizeof(sysfs_test)); 80 sysfs_len = strlcpy(path_full, sysfs_path, sizeof(path_full)); 82 strlcat(path_full, devpath, sizeof(path_full)); 83 strlcat(path_full, "/", sizeof(path_full)); 84 strlcat(path_full, attr_name, sizeof(path_full)); 96 attr = malloc(sizeof(struct sysfs_attr)); 99 memset(attr, 0x00, sizeof(struct sysfs_attr)) [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
colutil.c | 15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
|
/external/icu4c/test/cintltst/ |
colutil.c | 15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/ |
fpstate.h | 48 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; 56 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) 64 #define CRUNCH_SIZE sizeof(struct crunch_state)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
kernel.h | 30 char _f[20-2*sizeof(long)-sizeof(int)]; 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) 35 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/ |
fpstate.h | 48 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; 56 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) 64 #define CRUNCH_SIZE sizeof(struct crunch_state)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
kernel.h | 30 char _f[20-2*sizeof(long)-sizeof(int)]; 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) 35 #define BUILD_BUG_ON_ZERO(e) (sizeof(char[1 - 2 * !!(e)]) - 1)
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/ |
fpstate.h | 48 unsigned int save[IWMMXT_SIZE / sizeof(unsigned int)]; 56 #define FP_SIZE (sizeof(union fp_state) / sizeof(int)) 64 #define CRUNCH_SIZE sizeof(struct crunch_state)
|