Home
last modified time | relevance | path

Searched refs:field (Results 1 – 15 of 15) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/TnetwServices/
DtnetwCommon.h48 #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/
Dmknodes.sh56 [ $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 …]
Dnodetypes40 # 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
DTOUR156 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/
Dprocrank.c35 #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/
Dtidef.h147 #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/
Dlibrank.c55 #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/
DTwIf.h63 #define PADDING(field) \ argument
65 field;
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/TNETWIF/Export_Inc/
DTNETWIF.h84 #define PADDING(field) \ argument
86 field;
88 #define PADDING(field) field; argument
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
Dtiwlan_loader.c59 #define offsetof(type, field) ((unsigned int) (&(((type *)(0))->field))) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
Dutils.h84 #define offsetof(type, field) ((unsigned int) (&(((type *)(0))->field))) argument
/system/core/include/private/pixelflinger/
Dggl_context.h104 #define GGL_OFFSETOF(field) int(&(((context_t*)0)->field))
/system/core/logcat/
Devent-log-tags100 # 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/
DosRgstry.c58 #define INIT_TBL_OFF(field) FIELD_OFFSET(initTable_t, field) argument
/system/wlan/ti/wilink_6_1/platforms/os/common/src/
DosRgstry.c58 #define INIT_TBL_OFF(field) FIELD_OFFSET(TInitTable, field) argument