HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 76 - 100 of 313) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 219 int xx; local
223 for(xx=0; xx<BTA_AV_NUM_STRS; xx++)
225 if(bta_av_cb.p_scb[xx] && &(bta_av_cb.p_scb[xx]->timer)== p)
227 p_scb = bta_av_cb.p_scb[xx];
294 int xx; local
296 for(xx=0; xx<BTA_AV_NUM_STRS; xx++
346 int xx; local
821 int xx; local
    [all...]
bta_av_act.c 453 int xx; local
457 for(xx=0; xx<BTA_AV_NUM_LINKS; xx++)
459 mask = 1 << xx; /* the used mask for this lcb */
460 if((mask & p_cb->conn_lcb) && 0 ==( bdcmp(p_cb->lcb[xx].addr, addr)))
462 p_lcb = &p_cb->lcb[xx];
727 UINT8 xx; local
740 for (xx=0; xx<p_bta_av_cfg->num_evt_ids; xx++
1370 UINT16 xx; local
1416 int xx; local
1525 int xx; local
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 590 UINT16 xx; local
611 for (xx = 0; xx < num_filters; xx++)
613 p_bcb->sent_prot_filter_start[xx] = *p_start_array++;
614 p_bcb->sent_prot_filter_end[xx] = *p_end_array++;
653 UINT16 xx; local
674 for (xx = 0; xx < num_filters; xx++
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
filters.h 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack);
73 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
74 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
  /external/opencv/cv/src/
cvoptflowlk.cpp 45 float xx; member in struct:__anon7636
316 II[address].xx = GradX * GradX;
336 II[address].xx = GradX * GradX;
359 II[address].xx = GradX * GradX;
377 WII[address].xx = 0;
387 WII[address].xx += II[address + jj].xx * Ker;
401 WII[address].xx = 0;
411 WII[address].xx += (II[address - jj].xx + II[address + jj].xx) * Ker
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_pointcoord_unittest.cc 128 for (GLint xx = 0; xx < max_point_size; xx += point_step) {
132 GLfloat u = xx / max_point_size * 2 - 1;
gl_test_utils.cc 138 for (GLint xx = 0; xx < width; ++xx) {
139 int offset = yy * width * 4 + xx * 4;
146 EXPECT_EQ(expected, actual) << " at " << (xx + x) << ", " << (yy + y)
  /external/clang/test/Index/
annotate-tokens.c 8 void *xx = ptr ? : &x; local
91 // CHECK: Keyword: "void" [8:3 - 8:7] VarDecl=xx:8:9 (Definition)
92 // CHECK: Punctuation: "*" [8:8 - 8:9] VarDecl=xx:8:9 (Definition)
93 // CHECK: Identifier: "xx" [8:9 - 8:11] VarDecl=xx:8:9 (Definition)
94 // CHECK: Punctuation: "=" [8:12 - 8:13] VarDecl=xx:8:9 (Definition)
  /external/clang/test/Sema/
bitfield.c 16 float xx : 4; // expected-error {{bit-field 'xx' has non-integral type}} member in struct:a
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx.s 8 # CHECK-ASM: .module fp=xx
33 .module fp=xx
mips_abi_flags_xx_set.s 8 # CHECK-ASM: .module fp=xx
34 .module fp=xx
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 26 uxtb16 $b1, $a1 ; xx 12 xx 10
27 uxtb16 $b0, $a0 ; xx 02 xx 00
28 uxtb16 $b3, $a3 ; xx 32 xx 30
29 uxtb16 $b2, $a2 ; xx 22 xx 20
33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 1
    [all...]
  /external/libnfc-nci/src/nfc/nci/
nci_hrcv.c 359 UINT8 xx; local
384 for (xx = 0; xx < nfcee_info.num_interface; xx++)
386 nfcee_info.ee_interface[xx] = *pp++;
399 for (xx = 0; xx < nfcee_info.num_tlvs; xx++, p_tlv++)
nci_hmsgs.c 340 int xx; local
358 for (xx=0; xx<num; xx++)
360 UINT8_TO_STREAM (pp, p_param[xx].type);
361 UINT8_TO_STREAM (pp, p_param[xx].frequency);
454 int xx; local
473 for (xx = 0; xx < num; xx++
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 26 uxtb16 $b1, $a1 ; xx 12 xx 10
27 uxtb16 $b0, $a0 ; xx 02 xx 00
28 uxtb16 $b3, $a3 ; xx 32 xx 30
29 uxtb16 $b2, $a2 ; xx 22 xx 20
33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 1
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 71 UINT8 xx; local
88 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx ++)
90 bta_hh_cb.kdev[xx].state = BTA_HH_IDLE_ST;
91 bta_hh_cb.kdev[xx].hid_handle = BTA_HH_INVALID_HANDLE;
92 bta_hh_cb.kdev[xx].index = xx;
96 for (xx = 0; xx < BTA_HH_MAX_KNOWN; xx ++
122 UINT8 xx; local
1190 UINT8 xx = 0; local
    [all...]
  /external/chromium_org/crypto/
ghash.cc 148 FieldElement xx; local
150 xx.hi = x.hi >> 1;
151 xx.hi |= x.low << 63;
152 xx.low = x.low >> 1;
161 xx.low ^= 0xe100000000000000ULL;
163 return xx;
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_act.c 241 int xx,yy; local
246 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++)
248 if ( (nfa_hci_cb.cfg.reg_app_names[xx][0] != 0)
249 && !strncmp (p_app_name, &nfa_hci_cb.cfg.reg_app_names[xx][0], strlen (p_app_name)) )
251 NFA_TRACE_EVENT2 ("nfa_hci_api_register (%s) Reusing: %u", p_app_name, xx);
256 if (xx != NFA_HCI_MAX_APP_CB)
258 nfa_hci_cb.app_in_use = (tNFA_HANDLE) (xx | NFA_HANDLE_GROUP_HCI);
273 for (xx = 0; xx < NFA_HCI_MAX_APP_CB; xx++
322 int xx; local
417 int xx,yy; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 721 FT_Fixed xx, xy, yx, yy; local
727 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
728 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
729 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
732 b->xx = xx; b->xy = xy;
742 FT_Pos delta, xx, yy; local
749 delta = FT_MulFix( matrix->xx, matrix->yy )
775 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/freetype/src/base/
ftcalc.c 964 FT_Fixed xx, xy, yx, yy; local
970 xx = FT_MulFix( a->xx, b->xx ) + FT_MulFix( a->xy, b->yx );
971 xy = FT_MulFix( a->xx, b->xy ) + FT_MulFix( a->xy, b->yy );
972 yx = FT_MulFix( a->yx, b->xx ) + FT_MulFix( a->yy, b->yx );
975 b->xx = xx; b->xy = xy;
985 FT_Pos delta, xx, yy; local
992 delta = FT_MulFix( matrix->xx, matrix->yy )
1018 FT_Fixed xx, xy, yx, yy; local
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 170 UINT8 ref_str_len, xx; local
177 for (xx = 0; xx < aux_data_ref_count; xx++)
180 payload_len += 1 + (UINT8)strlen (p_aux_data_ref_str[xx]);
210 for (xx = 0; xx < aux_data_ref_count; xx++)
213 ref_str_len = (UINT8)strlen (p_aux_data_ref_str[xx]);
218 ARRAY_TO_BE_STREAM (p, p_aux_data_ref_str[xx], ref_str_len)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 1173 UINT16 xx; local
1237 UINT16 xx; local
1268 UINT16 xx; local
1639 UINT16 xx; local
1710 UINT16 xx; local
1747 UINT16 xx; local
1773 UINT16 xx; local
2078 UINT8 num_resp, xx; local
2356 UINT8 xx, yy, num_resp; local
2995 UINT8 xx; local
3186 UINT8 yy, xx; local
3319 UINT8 xx; local
    [all...]
btm_acl.c 97 UINT16 xx; local
100 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
130 UINT8 xx; local
132 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
141 return(xx);
215 UINT8 xx; local
495 UINT16 xx; local
872 UINT8 xx; local
939 UINT8 xx; local
1266 int xx; local
1776 UINT8 xx; local
2167 UINT16 xx; local
2239 UINT8 xx; local
2278 UINT8 xx; local
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c 353 UINT8 xx; local
356 for (xx = 0; xx < BTA_AG_NUM_IDX; xx++)
358 if (p_scb->serv_handle[xx] != 0)
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 1101 UINT16 xx, size; local
1106 for (xx = 0; xx < GKI_NUM_TOTAL_BUF_POOLS; xx++)
1108 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx]))
1110 yy = (UINT32)(p_ua - p_cb->pool_start[xx]);
1112 size = p_cb->pool_size[xx];
1116 return ((void *) (p_cb->pool_start[xx] + yy + sizeof(BUFFER_HDR_T)) );
1421 UINT8 xx; local
    [all...]

Completed in 593 milliseconds

1 2 34 5 6 7 8 91011>>