Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 112) sorted by relevance

12345

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c725 global_end(struct global *global) in global_end() argument
737 global_init(struct global *global) in global_init() argument
835 struct global *global; member
1036 file->global = global; in file_init()
1543 struct global * global; member
1595 chunk->global = file->global; in chunk_init()
1753 struct global * global; member
1805 idat->global = file->global; in IDAT_init()
2016 struct global *global; member
2204 zlib->global = chunk->global; in zlib_init()
[all …]
/AliOS-Things-master/hardware/arch/riscv/src/rv32_16gpr/
A Dport_s.S26 .global cpu_intrpt_save
33 .global cpu_intrpt_restore
45 .global cpu_task_switch
56 .global cpu_intrpt_switch
71 .global cpu_first_task_start
81 .global tspend_handler
/AliOS-Things-master/hardware/arch/armv7m/gcc/m3/
A Dport_s.sx14 .global cpu_intrpt_save
15 .global cpu_intrpt_restore
16 .global cpu_task_switch
17 .global cpu_intrpt_switch
18 .global cpu_first_task_start
20 .global PendSV_Handler
21 .global _first_task_restore
/AliOS-Things-master/hardware/arch/riscv/src/rv32_32gpr/
A Dport_s.S26 .global cpu_intrpt_save
33 .global cpu_intrpt_restore
45 .global cpu_task_switch
56 .global cpu_intrpt_switch
71 .global cpu_first_task_start
81 .global tspend_handler
/AliOS-Things-master/hardware/arch/armv7m/gcc/m4/
A Dport_s.sx14 .global cpu_intrpt_save
15 .global cpu_intrpt_restore
16 .global cpu_task_switch
17 .global cpu_intrpt_switch
18 .global cpu_first_task_start
20 .global PendSV_Handler
21 .global _first_task_restore
/AliOS-Things-master/hardware/arch/armv7m/gcc/m7/
A Dport_s.sx14 .global cpu_intrpt_save
15 .global cpu_intrpt_restore
16 .global cpu_task_switch
17 .global cpu_intrpt_switch
18 .global cpu_first_task_start
20 .global PendSV_Handler
21 .global _first_task_restore
/AliOS-Things-master/hardware/arch/armv8m/gcc/m33/
A Dport_s.sx14 .global cpu_intrpt_save
15 .global cpu_intrpt_restore
16 .global cpu_task_switch
17 .global cpu_intrpt_switch
18 .global cpu_first_task_start
20 .global PendSV_Handler
21 .global _first_task_restore
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dvectors.S23 .global g_trapstackbase
24 .global g_top_trapstack
43 .global Stspend_Handler
50 .global Scoret_Handler
57 .global Mcoret_Handler
168 .global Sirq_Handler
175 .global Mirq_Handler
182 .global Default_IRQHandler
308 .global trap
379 .global Default_Handler
A Dstartup.S151 .global g_base_irqstack
152 .global g_top_irqstack
/AliOS-Things-master/components/amp/libjs/init/
A Dpromise.js1 (function (global) {
7 var NativePromise = global['Promise'];
44 global['Promise'] = Promise;
330 })(typeof window != 'undefined' ? window : typeof global != 'undefined' ? global : typeof self != '…
/AliOS-Things-master/hardware/arch/riscv/src/rv32f_32gpr/
A Dport_s.S26 .global cpu_intrpt_save
33 .global cpu_intrpt_restore
45 .global cpu_task_switch
56 .global cpu_intrpt_switch
71 .global cpu_first_task_start
81 .global tspend_handler
/AliOS-Things-master/hardware/arch/riscv/src/rv32fd_32gpr/
A Dport_s.S26 .global cpu_intrpt_save
33 .global cpu_intrpt_restore
45 .global cpu_task_switch
56 .global cpu_intrpt_switch
71 .global cpu_first_task_start
81 .global tspend_handler
/AliOS-Things-master/components/py_engine/engine/py/
A Demitcommon.c50 emit_method_table->global(emit, qst, MP_EMIT_IDOP_GLOBAL_NAME); in mp_emit_common_id_op()
52 emit_method_table->global(emit, qst, MP_EMIT_IDOP_GLOBAL_GLOBAL); in mp_emit_common_id_op()
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/
A Dport_s.S14 .global cpu_intrpt_save
15 .global cpu_intrpt_restore
16 .global cpu_task_switch
17 .global cpu_intrpt_switch
18 .global cpu_first_task_start
20 .global Mtspend_Handler
21 .global _first_task_restore
/AliOS-Things-master/hardware/arch/armv7m/common/
A Dpanic_gcc.sx29 .global HardFault_Handler
30 .global MemManage_Handler
31 .global BusFault_Handler
32 .global UsageFault_Handler
/AliOS-Things-master/hardware/arch/armv8m/common/
A Dpanic_gcc.sx29 .global HardFault_Handler
30 .global MemManage_Handler
31 .global BusFault_Handler
32 .global UsageFault_Handler
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A DBUILD113 # convert_file_to_c_source for some reason doesn't define the global with
114 # 'extern', which is needed for global const variables in C++.
156 # convert_file_to_c_source for some reason doesn't define the global with
157 # 'extern', which is needed for global const variables in C++.
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi136 If no floating point environment is provided, the global floating
142 explicit.}. The status flags of the global environment cannot be
144 operators.}. The precision of the global environment is
145 @code{BigFloatEnv.prec}. The number of exponent bits of the global
146 environment is @code{BigFloatEnv.expBits}. The global environment
156 function can change the global floating point environment for its
179 according to the global floating point environment when they are
202 rounded to nearest, ties to even with the current global
221 or the global environment if @code{e} is undefined.
235 @code{e} or the global environment if @code{e} is undefined. If
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DTODO8 - use JSHoistedDef only for global variables (JSHoistedDef.var_name != JS_ATOM_NULL)
28 - use auto-init properties for more global objects
40 - property access optimization on the global object, functions,
49 - optimize destructuring assignments for global and local variables
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dlibtiff.map2 global:
A Dlibtiffxx.map2 global:
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.map2 global:
/AliOS-Things-master/components/SDL2/src/video/arm/
A Dpixman-arm-asm.h30 .global fname
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_bootmode.h69 uint8_t global : 1; member
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dgchelper_m3.s34 .global gc_helper_get_regs_and_sp

Completed in 30 milliseconds

12345