Searched defs:keymask (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/tc/
H A Df_flow.c298 __u32 keymask = rta_getattr_u32(tb[TCA_FLOW_KEYS]); local
303 if (keymask & (1 << i)) {
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcldutil.h65 // bucket, a keymask of 0xffffffff, a degenerate bucket of four no-match
1029 uint32 keymask,
1033 *hashkey = quadhash & keymask;
1044 uint32 keymask = gram_obj->kCLDTableKeyMask; local
1046 QuadFPJustHash(quadhash, keymask, bucketcount, &subscr, &hashkey);
1049 if (((hashkey ^ bucket_ptr->keyvalue[0]) & keymask) == 0) {
1052 if (((hashkey ^ bucket_ptr->keyvalue[1]) & keymask) == 0) {
1055 if (((hashkey ^ bucket_ptr->keyvalue[2]) & keymask) == 0) {
1058 if (((hashkey ^ bucket_ptr->keyvalue[3]) & keymask) == 0) {
1071 // wwwwxxxx xxxxxxxx xxxx.... ........ (20-bit keymask)
1028 QuadFPJustHash(uint32 quadhash, uint32 keymask, int bucketcount, uint32* subscr, uint32* hashkey) argument
1075 OctaFPJustHash(uint64 longwordhash, uint32 keymask, int bucketcount, uint32* subscr, uint32* hashkey) argument
1093 uint32 keymask = gram_obj->kCLDTableKeyMask; local
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c167 static void set_keylockstate(int keymask, BOOLEAN isSet);
183 static void set_keylockstate(int keymask, BOOLEAN isSet) argument
186 btif_hh_keylockstates |= keymask;

Completed in 117 milliseconds