/AliOS-Things-master/components/py_engine/engine/py/ |
A D | showbc.c | 132 mp_int_t bc = 0; in mp_bytecode_print() local
|
A D | profile.c | 35 STATIC uint mp_prof_bytecode_lineno(const mp_raw_code_t *rc, size_t bc) { in mp_prof_bytecode_lineno()
|
A D | vm.c | 1474 size_t bc = code_state->ip - bytecode_start; in mp_execute_bytecode() local
|
A D | objfun.c | 168 const byte *bc = fun->bytecode; in mp_obj_fun_get_name() local
|
/AliOS-Things-master/components/fatfs/src/ |
A D | ffunicode.c | 5701 WCHAR bc, nc, cmd; in ff_wtoupper() local
|
A D | ff.c | 984 UINT wc, bc; in get_fat() local 1063 UINT bc; in put_fat() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | api_msg.h | 98 } bc; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | api_msg.h | 98 } bc; member
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ffunicode.c | 503 WORD uc, bc, nc, cmd; in ff_wtoupper() local
|
A D | ff.c | 1124 UINT wc, bc; in get_fat() local 1202 UINT bc; in put_fat() local
|
/AliOS-Things-master/components/SDL2/src/joystick/psp/ |
A D | SDL_sysjoystick.c | 75 point ab, bc, cd, abbc, bccd, dest; in calc_bezier_y() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | vfs_lfsx.c | 80 …int bc = MP_VFS_LFSx(dev_ioctl)(config, MP_BLOCKDEV_IOCTL_BLOCK_COUNT, 0, true); // get block count in MP_VFS_LFSx() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2ps.c | 2154 uint64 *bc; in PS_Lvl2page() local 2747 uint64 *bc; in PSRawDataBW() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libregexp.c | 2556 uint8_t *bc; in main() local
|
A D | quickjs.c | 21371 DynBuf* bc = &fd->byte_code; in emit_op() local 25843 DynBuf* bc = &s->cur_func->byte_code; in js_parse_for_in_of() local 26222 DynBuf* bc = &s->cur_func->byte_code; in js_parse_statement_or_decl() local 28949 DynBuf* bc, uint8_t* bc_buf, in optimize_scope_make_ref() 28993 DynBuf* bc, uint8_t* bc_buf, in optimize_scope_make_global_ref() 29106 DynBuf* bc, uint8_t* bc_buf, in resolve_scope_var() 29572 static void get_loc_or_ref(DynBuf* bc, BOOL is_ref, int idx) in get_loc_or_ref() 29647 DynBuf* bc) in resolve_scope_private_field() 34590 JSFunctionBytecode bc, *b; in JS_ReadFunctionTag() local 41537 JSValue pattern, flags, bc, val; in js_regexp_constructor() local [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngrtran.c | 3010 png_uint_32 bc = 32768 - rc - gc; in png_do_rgb_to_gray() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | dec_sse2.c | 969 const __m128i bc = _mm_xor_si128(CDEFGH__, BCDEFGH_); in VL4_SSE2() local
|
A D | enc_sse2.c | 806 const __m128i bc = _mm_xor_si128(CDEFGH__, BCDEFGH_); in VL4_SSE2() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 4042 #define DUK_ENC_OP_A_BC(op,a,bc) ((duk_instr_t) ( \ argument 75253 duk_compiler_instr *bc; local 82227 duk_idx_t bc; local 83793 duk_small_uint_fast_t bc; local 85955 duk_small_uint_fast_t bc = DUK_DEC_BC(ins); local 86138 duk_small_uint_fast_t bc = DUK_DEC_BC(ins); local 86167 duk_small_uint_fast_t bc = DUK_DEC_BC(ins); local 86184 duk_small_uint_fast_t bc = DUK_DEC_BC(ins); local 86192 duk_small_uint_fast_t bc = DUK_DEC_BC(ins); local 86229 duk_small_uint_fast_t bc = DUK_DEC_BC(ins); local [all …]
|