Home
last modified time | relevance | path

Searched refs:oi (Results 1 – 25 of 59) sorted by relevance

123

/third_party/libcoap/tests/
Dtest_options.c479 coap_opt_iterator_t oi, *result; in t_iterate_option1() local
482 result = coap_option_iterator_init(&pdu, &oi, COAP_OPT_ALL); in t_iterate_option1()
485 CU_ASSERT(oi.bad == 1); in t_iterate_option1()
487 option = coap_option_next(&oi); in t_iterate_option1()
488 CU_ASSERT(oi.bad == 1); in t_iterate_option1()
505 coap_opt_iterator_t oi, *result; in t_iterate_option2() local
508 result = coap_option_iterator_init(&pdu, &oi, COAP_OPT_ALL); in t_iterate_option2()
511 CU_ASSERT(oi.bad == 1); in t_iterate_option2()
513 option = coap_option_next(&oi); in t_iterate_option2()
514 CU_ASSERT(oi.bad == 1); in t_iterate_option2()
[all …]
Dtest_pdu.c724 coap_opt_iterator_t oi; in t_encode_pdu12() local
738 coap_option_iterator_init(pdu, &oi, COAP_OPT_ALL); in t_encode_pdu12()
740 option = coap_option_next(&oi); in t_encode_pdu12()
741 CU_ASSERT(oi.bad == 0); in t_encode_pdu12()
746 option = coap_option_next(&oi); in t_encode_pdu12()
747 CU_ASSERT(oi.bad == 1); in t_encode_pdu12()
759 coap_opt_iterator_t oi; in t_encode_pdu13() local
773 coap_option_iterator_init(pdu, &oi, COAP_OPT_ALL); in t_encode_pdu13()
775 option = coap_option_next(&oi); in t_encode_pdu13()
776 CU_ASSERT(oi.bad == 0); in t_encode_pdu13()
[all …]
/third_party/libcoap/src/
Dcoap_option.c117 coap_option_iterator_init(const coap_pdu_t *pdu, coap_opt_iterator_t *oi, in coap_option_iterator_init() argument
121 assert(oi); in coap_option_iterator_init()
123 memset(oi, 0, sizeof(coap_opt_iterator_t)); in coap_option_iterator_init()
125 oi->next_option = pdu->token + pdu->e_token_length; in coap_option_iterator_init()
126 if (pdu->token + pdu->used_size <= oi->next_option) { in coap_option_iterator_init()
127 oi->bad = 1; in coap_option_iterator_init()
131 oi->length = pdu->used_size - pdu->e_token_length; in coap_option_iterator_init()
134 memcpy(&oi->filter, filter, sizeof(coap_opt_filter_t)); in coap_option_iterator_init()
135 oi->filtered = 1; in coap_option_iterator_init()
137 return oi; in coap_option_iterator_init()
[all …]
/third_party/glfw/src/
Dx11_monitor.c106 XRROutputInfo* oi; in _glfwSetVideoModeX11() local
119 oi = XRRGetOutputInfo(_glfw.x11.display, sr, monitor->x11.output); in _glfwSetVideoModeX11()
121 for (i = 0; i < oi->nmode; i++) in _glfwSetVideoModeX11()
123 const XRRModeInfo* mi = getModeInfo(sr, oi->modes[i]); in _glfwSetVideoModeX11()
150 XRRFreeOutputInfo(oi); in _glfwSetVideoModeX11()
231 XRROutputInfo* oi = XRRGetOutputInfo(_glfw.x11.display, in _glfwPlatformGetMonitors() local
233 if (oi->connection != RR_Connected) in _glfwPlatformGetMonitors()
235 XRRFreeOutputInfo(oi); in _glfwPlatformGetMonitors()
241 widthMM = oi->mm_height; in _glfwPlatformGetMonitors()
242 heightMM = oi->mm_width; in _glfwPlatformGetMonitors()
[all …]
/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignment.symbols33 var oi
34 >oi : Symbol(oi, Decl(a.js, 11, 3))
36 oi.n
37 >oi.n : Symbol(I.n, Decl(a.js, 3, 23))
38 >oi : Symbol(oi, Decl(a.js, 11, 3))
DtypeFromPropertyAssignment.types36 var oi
37 >oi : I
39 oi.n
40 >oi.n : (a: any, b: any) => void
41 >oi : I
/third_party/ffmpeg/libavcodec/
Dsga.c205 int oi = 0; in lzss_decompress() local
207 while (bytestream2_get_bytes_left(gb) > 0 && oi < dst_size) { in lzss_decompress()
214 if (oi + 2 < dst_size) { in lzss_decompress()
215 dst[oi++] = bytestream2_get_byte(gb); in lzss_decompress()
216 dst[oi++] = bytestream2_get_byte(gb); in lzss_decompress()
226 oi < dst_size) in lzss_decompress()
227 dst[oi++] = bytestream2_get_byte(gb); in lzss_decompress()
228 return oi; in lzss_decompress()
235 if (oi < offset || oi + count * 2 > dst_size) in lzss_decompress()
238 dst[oi] = dst[oi - offset]; in lzss_decompress()
[all …]
Ddxv.c505 int oi = *oindex; in dxv_decompress_cgo() local
510 if (oi >= op_size) in dxv_decompress_cgo()
512 opcode = op_data[oi++]; in dxv_decompress_cgo()
728 *oindex = oi; in dxv_decompress_cgo()
799 int ret, state = 0, skip, oi = 0, v, vv; in dxv_decompress_yo() local
822 ret = dxv_decompress_cgo(ctx, gb, tex_data, tex_size, op_data, &oi, op_size, in dxv_decompress_yo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) { in trivialTailPHIs() local
223 MachineBasicBlock *MBB = I.getOperand(oi + 1).getMBB(); in trivialTailPHIs()
224 Register Reg = I.getOperand(oi).getReg(); in trivialTailPHIs()
247 for (unsigned oi = I.getNumOperands(); oi > 2; oi -= 2) { in updateTailPHIs() local
249 if (I.getOperand(oi - 1).getMBB() == CmpBB) { in updateTailPHIs()
250 I.RemoveOperand(oi - 1); in updateTailPHIs()
251 I.RemoveOperand(oi - 2); in updateTailPHIs()
/third_party/mesa3d/bin/
Dmeson-options.py19 oi = optinterpreter.OptionInterpreter('') variable
20 oi.process('meson_options.txt')
22 for (name, value) in oi.options.items():
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp584 void gcm::bu_find_best_bb(node *n, op_info &oi) { in bu_find_best_bb() argument
592 if (oi.bottom_bb) in bu_find_best_bb()
597 oi.bottom_bb = bu_bb; in bu_find_best_bb()
602 bb_node* top_bb = oi.top_bb; in bu_find_best_bb()
603 assert(oi.top_bb && !oi.bottom_bb); in bu_find_best_bb()
633 oi.bottom_bb = best_bb; in bu_find_best_bb()
654 op_info &oi = op_map[n]; in bu_release_op() local
664 bu_find_best_bb(n, oi); in bu_release_op()
666 if (oi.bottom_bb == bu_bb) { in bu_release_op()
/third_party/libcoap/include/coap3/
Dcoap_option.h194 coap_opt_iterator_t *oi,
213 coap_opt_t *coap_option_next(coap_opt_iterator_t *oi);
230 coap_opt_iterator_t *oi);
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment.ts16 var oi
17 oi.n variable
/third_party/skia/third_party/externals/icu/source/data/translit/
Dia_ia_FONIPA.txt20 oioi\u032F; # rare
Dro_ro_FONIPA.txt33 i\-oi → joj ;
61 oi → oj ;
Deo_eo_FONIPA.txt39 oj → oi\u032F;
/third_party/icu/icu4c/source/data/translit/
Dia_ia_FONIPA.txt20 oioi\u032F; # rare
Dro_ro_FONIPA.txt33 i\-oi → joj ;
61 oi → oj ;
Deo_eo_FONIPA.txt39 oj → oi\u032F;
Des_FONIPA_zh.txt28 oi\u032F → oi ;
/third_party/ltp/testcases/kernel/fs/doio/
Drwtest253 oi="$IFS"
261 IFS="$oi"
/third_party/mksh/
Dmisc.c152 const struct options_info *oi = (const struct options_info *)arg; in options_fmt_entry() local
155 oi->opt_width, OFN(oi->opts[i]), in options_fmt_entry()
156 Flag(oi->opts[i]) ? "on" : "off"); in options_fmt_entry()
188 struct options_info oi; in printoptions() local
194 oi.opt_width = 0; in printoptions()
197 oi.opts[n++] = i; in printoptions()
201 if ((int)len > oi.opt_width) in printoptions()
202 oi.opt_width = (int)len; in printoptions()
209 print_columns(&co, n, options_fmt_entry, &oi, in printoptions()
210 octs + 4, oi.opt_width + 4); in printoptions()
/third_party/openssl/test/recipes/15-test_mp_rsa_data/
Drsamplcm.pem42 771oi/VR098NBnQGHvp696HdhqUroY5vm5UxKC+9plcd2hGHfyVgzMrYbjpnoi/0
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DDrawBaseVertexVariantsTest.cpp163 uint32_t oi = 6 * i; in DrawBaseVertexVariantsTest() local
167 mRegularIndices[oi + j] = mIndices[j] + ov; in DrawBaseVertexVariantsTest()
DDrawBaseVertexBaseInstanceTest.cpp137 uint32_t oi = 6 * i; in DrawBaseVertexBaseInstanceTest() local
141 mRegularIndices[oi + j] = mIndices[j] + ov; in DrawBaseVertexBaseInstanceTest()

123