/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/ |
D | tnetwCommon.h | 48 #define IS_MASK_ON( field, bitmask ) ( (bitmask) == ( (field) & (bitmask) ) ) argument 49 #define IS_MASK_OFF( field, bitmask ) ( ~(bitmask) == ( (field) | ~(bitmask) ) ) argument 51 #define IS_ANY_BIT_ON( field, bitmask ) ( (field) & (bitmask) ) argument 52 #define ARE_ALL_BITS_ON( field, bitmask ) IS_MASK_ON( field, bitmask ) argument 54 #define MASK_BITS_ON( field, bitmask ) ( (field) |= (bitmask) ) argument 55 #define MASK_BITS_OFF( field, bitmask ) ( (field) &= ~(bitmask) ) argument 57 #define MASK_BITS_TOGGLE( field, bitmask ) ( (field) ^= (bitmask) ) argument
|
/system/core/sh/ |
D | mknodes.sh | 56 [ $field = 0 ] && struct_list="$struct_list $struct" 57 eval field_${struct}_$field=\"\$*\" 59 field=$(($field + 1)) 82 eval line=\"\$field_${struct}_$field\" 83 field=$(($field + 1)) 156 [ $field != 0 ] 158 eval line=\"\$field_${struct}_$field\" 159 field=$(($field - 1)) 191 [ $field != 0 ] 193 eval line=\"\$field_${struct}_$field\" [all …]
|
D | nodetypes | 40 # A field of a structure is described by the name of the field followed 47 # temp - a field that doesn't have to be copied when the node is copied 49 # the field. 105 NDEFUN narg # define a function. The "next" field contains
|
D | TOUR | 156 The text field of a NARG structure points to the text of the 170 The type field is a single character specifying the type of sub- 183 In addition, the type field will have the VSQUOTE flag set if the 186 VSNORMAL, then the text field in the substitution follows, ter- 204 field can be written without any processing). Other here docu-
|
/system/extras/procrank/ |
D | procrank.c | 35 #define declare_sort(field) \ argument 36 static int sort_by_ ## field (const void *a, const void *b) 195 #define create_sort(field, compfn) \ argument 196 static int sort_by_ ## field (const void *a, const void *b) { \ 198 (*((struct proc_info**)a))->usage.field, \ 199 (*((struct proc_info**)b))->usage.field \
|
/system/wlan/ti/wilink_6_1/utils/ |
D | tidef.h | 147 #define TI_FIELD_OFFSET(type,field) ((TI_UINT32)(&(((type*)0)->field))) argument 162 #define IS_MASK_ON( field, bitmask ) ( (bitmask) == ( (field) & (bitmask) ) ) argument 171 #define IS_MASK_OFF( field, bitmask ) ( ~(bitmask) == ( (field) | ~(bitmask) ) ) argument
|
/system/extras/librank/ |
D | librank.c | 55 #define declare_sort(field) \ argument 56 static int sort_by_ ## field (const void *a, const void *b) 338 #define create_sort(field, compfn) \ argument 339 static int sort_by_ ## field (const void *a, const void *b) { \ 341 (*((struct mapping_info**)a))->usage.field, \ 342 (*((struct mapping_info**)b))->usage.field \
|
/system/wlan/ti/wilink_6_1/TWD/TwIf/ |
D | TwIf.h | 63 #define PADDING(field) \ argument 65 field;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Export_Inc/ |
D | TNETWIF.h | 84 #define PADDING(field) \ argument 86 field; 88 #define PADDING(field) field; argument
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/ |
D | tiwlan_loader.c | 59 #define offsetof(type, field) ((unsigned int) (&(((type *)(0))->field))) argument
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
D | utils.h | 84 #define offsetof(type, field) ((unsigned int) (&(((type *)(0))->field))) argument
|
/system/core/include/private/pixelflinger/ |
D | ggl_context.h | 104 #define GGL_OFFSETOF(field) int(&(((context_t*)0)->field))
|
/system/core/logcat/ |
D | event-log-tags | 100 # This event is logged for GTalk connection state changes. The status field is an int, but 159 # The status field is an int, but contains 2 different values, it's represented as
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/ |
D | osRgstry.c | 58 #define INIT_TBL_OFF(field) FIELD_OFFSET(initTable_t, field) argument
|
/system/wlan/ti/wilink_6_1/platforms/os/common/src/ |
D | osRgstry.c | 58 #define INIT_TBL_OFF(field) FIELD_OFFSET(TInitTable, field) argument
|