Searched defs:ot (Results 1 - 11 of 11) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DUnsupported.java61 * @param ot String to set
63 public Unsupported(String ot) { argument
65 optionTag = ot;
/external/valgrind/main/none/tests/
H A Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon14807
8 short oldtop = w->ot;
30 st.ot = -332;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
H A DConfirmationCallbackTest.java39 int ot[] = { ConfirmationCallback.YES_NO_OPTION, field in class:ConfirmationCallbackTest
55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]);
67 cc = new ConfirmationCallback(3, ot[1], dopt[1]);
75 cc = new ConfirmationCallback(mt[1], ot[1], 4);
88 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[0]);
91 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[1]);
94 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[2]);
98 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[3]);
111 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[0]);
114 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[
[all...]
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c428 UINT32 ot = 0xFFFFFFFF; local
438 if (p_dev_rec->timestamp < ot)
441 ot = p_dev_rec->timestamp;
445 if (ot != 0xFFFFFFFF)
455 if (p_dev_rec->timestamp < ot)
458 ot = p_dev_rec->timestamp;
H A Dbtm_inq.c1652 UINT32 ot = 0xFFFFFFFF; local
1669 if (p_ent->time_of_resp < ot)
1672 ot = p_ent->time_of_resp;
/external/speex/libspeex/
H A Dcb_search.c275 spx_word16_t **ot, **nt; local
329 ot=ot2;
348 SPEEX_COPY(&ot[j][0], t, nsf);
370 spx_word16_t *x=ot[j]+subvect_size*i;
420 nt[j][m]=ot[best_ntarget[j]][m];
453 tmp2=ot;
454 ot=nt;
/external/quake/quake/src/QW/client/
H A Dgl_warp.c198 float s, t, os, ot; local
210 ot = v[4];
212 s = os + turbsin[(int)((ot*0.125+realtime) * TURBSCALE) & 255];
215 t = ot + turbsin[(int)((os*0.125+realtime) * TURBSCALE) & 255];
/external/quake/quake/src/WinQuake/
H A Dgl_rsurf.cpp646 float s, t, os, ot; local
689 float s, t, os, ot; local
H A Dgl_warp.cpp199 float s, t, os, ot; local
210 ot = v[4];
212 s = os + turbsin[(int)((ot*0.125+realtime) * TURBSCALE) & 255];
215 t = ot + turbsin[(int)((os*0.125+realtime) * TURBSCALE) & 255];
231 ot = v[4];
233 s = os + turbsin[(int)((ot*0.125+realtime) * TURBSCALE) & 255];
236 t = ot + turbsin[(int)((os*0.125+realtime) * TURBSCALE) & 255];
/external/qemu/target-i386/
H A Dtranslate.c274 static inline void gen_op_mov_reg_v(int ot, int reg, TCGv t0) argument
276 switch(ot) {
307 static inline void gen_op_mov_reg_T0(int ot, int reg) argument
309 gen_op_mov_reg_v(ot, reg, cpu_T[0]);
312 static inline void gen_op_mov_reg_T1(int ot, int reg) argument
314 gen_op_mov_reg_v(ot, reg, cpu_T[1]);
343 static inline void gen_op_mov_v_reg(int ot, TCGv t0, int reg) argument
345 switch(ot) {
360 static inline void gen_op_mov_TN_reg(int ot, int t_index, int reg) argument
362 gen_op_mov_v_reg(ot, cpu_
664 gen_op_movl_T0_Dshift(int ot) argument
670 gen_extu(int ot, TCGv reg) argument
687 gen_exts(int ot, TCGv reg) argument
718 gen_helper_in_func(int ot, TCGv v, TCGv_i32 n) argument
728 gen_helper_out_func(int ot, TCGv_i32 v, TCGv_i32 n) argument
738 gen_check_io(DisasContext *s, int ot, target_ulong cur_eip, uint32_t svm_flags) argument
772 gen_movs(DisasContext *s, int ot) argument
1153 gen_stos(DisasContext *s, int ot) argument
1162 gen_lods(DisasContext *s, int ot) argument
1171 gen_scas(DisasContext *s, int ot) argument
1181 gen_cmps(DisasContext *s, int ot) argument
1193 gen_ins(DisasContext *s, int ot) argument
1213 gen_outs(DisasContext *s, int ot) argument
1305 gen_op(DisasContext *s1, int op, int ot, int d) argument
1401 gen_inc(DisasContext *s1, int ot, int d, int c) argument
1424 gen_shift_rm_T1(DisasContext *s, int ot, int op1, int is_right, int is_arith) argument
1495 gen_shift_rm_im(DisasContext *s, int ot, int op1, int op2, int is_right, int is_arith) argument
1554 gen_rot_rm_T1(DisasContext *s, int ot, int op1, int is_right) argument
1650 gen_rot_rm_im(DisasContext *s, int ot, int op1, int op2, int is_right) argument
1728 gen_rotc_rm_T1(DisasContext *s, int ot, int op1, int is_right) argument
1780 gen_shiftd_rm_T1_T3(DisasContext *s, int ot, int op1, int is_right) argument
1908 gen_shift(DisasContext *s1, int op, int ot, int d, int s) argument
1938 gen_shifti(DisasContext *s1, int op, int ot, int d, int c) argument
2225 gen_ldst_modrm(DisasContext *s, int modrm, int ot, int reg, int is_store) argument
2255 insn_get(DisasContext *s, int ot) argument
2277 insn_const_size(unsigned int ot) argument
2616 int ot, opsize; local
3090 int b1, op1_offset, op2_offset, is_xmm, val, ot; local
4044 int shift, ot; local
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8927 ;; is there really a second hard disk? if not, return now local

Completed in 450 milliseconds