Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 129) sorted by relevance

123456

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemdosa.asm47 push di define
48 push bx
49 push cx
50 push dx define
51 push es
52 push ds define
82 push di define
83 push bx
84 push cx
85 push dx define
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_loop.js83 tab.push(i);
93 tab.push(i);
105 tab.push(i);
112 a.push(i);
115 tab.push(i);
123 tab.push(a.x);
131 tab.push(a[0]);
138 tab.push(j);
145 tab.push(k);
157 tab.push(i);
[all …]
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dutimeq1.py30 h.push(1)
50 h.push(1, 0, 0)
52 h.push(2, 0, 0)
90 h.push(v, 0, 0)
A Dutimeq_stable.py13 h.push(100, 20, 0)
14 h.push(100, 10, 0)
/AliOS-Things-master/components/py_engine/tests/inlineasm/
A Dasmpushpop.py3 push({r0})
4 push({r1, r2})
/AliOS-Things-master/components/jsoncpp/include/json/
A Dwriter.h19 #pragma warning(push)
23 #pragma pack(push, 8)
165 #pragma warning(push)
225 #pragma warning(push)
294 #pragma warning(push)
A Djson_features.h13 #pragma pack(push, 8)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/
A Dtop_n.h115 void push(const T &v) { push(v, nullptr); } in push() function
116 void push(const T &v, T *dropped) { PushInternal(v, dropped); } in push() function
120 void push(T &&v) { // NOLINT(build/c++11) in push() function
121 push(std::move(v), nullptr); in push()
123 void push(T &&v, T *dropped) { // NOLINT(build/c++11) in push() function
A Dctc_beam_search.h192 leaves_.push(entry); in Decode()
310 leaves_.push(b); in Step()
368 leaves_.push(&c); in Step()
390 leaves_.push(beam_root_->RootEntry()); in Reset()
415 top_branches.push(*it); in TopPaths()
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A DARMCM0.h70 #pragma push
75 #pragma clang diagnostic push
/AliOS-Things-master/components/csi/csi2/include/core/cmsis/
A DARMCM0.h70 #pragma push
75 #pragma clang diagnostic push
/AliOS-Things-master/documentation/developer/
A Dcontribute_code.md53 # Commit and push your code
56 git push #将本地代码push到github
59 在gitee网页按下图操作,如果出现你的提交记录,说明push成功
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dfpga1000.h132 #pragma push
137 #pragma clang diagnostic push
A Dhaas1000.h197 #pragma push
202 #pragma clang diagnostic push
/AliOS-Things-master/components/SDL2/include/
A Dbegin_code.h116 #pragma pack(push,8)
118 #pragma pack(push,4)
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dgps.js63 ret.push(collectSats[prn])
393 sats.push(parseInt(gsa[i], 10));
533 sats.push({
666 res.push(tmp);
749 nmea.push(last[0]);
750 nmea.push(last[1]);
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/
A Dcmsis_armclang_ca.h69 #pragma clang diagnostic push
77 #pragma clang diagnostic push
85 #pragma clang diagnostic push
93 #pragma clang diagnostic push
A Dcmsis_gcc_ca.h29 #pragma GCC diagnostic push
75 #pragma GCC diagnostic push
83 #pragma GCC diagnostic push
91 #pragma GCC diagnostic push
99 #pragma GCC diagnostic push
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c515 push ebp in _ftol()
582 push ebx in _allmul()
603 push edi in _alldiv()
604 push esi in _alldiv()
605 push ebx in _alldiv()
691 push ebx in _aulldiv()
692 push esi in _aulldiv()
749 push ebx in _allrem()
750 push edi in _allrem()
836 push ebx in _aullrem()
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dvmentrytable.h30 #pragma clang diagnostic push
34 #pragma GCC diagnostic push
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/
A Drun_android_test.sh15 adb push "$1" "${device_tmpdir}"
/AliOS-Things-master/components/SDL2/test/emscripten/
A Djoystick-pre.js3 Module['preRun'].push(function()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dgtest_wrapper.h21 #pragma GCC diagnostic push
/AliOS-Things-master/solutions/miniapp_agent_demo/miniapp/pages/netCfg/
A DnetCfg.sjs5 device_name_list.push(devices[index].localName)
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h392 #pragma pack(push, 8)
499 #pragma warning(push)
503 #pragma pack(push, 8)
1387 #pragma warning(push)
1391 #pragma pack(push, 8)
1813 #pragma warning(push)
1817 #pragma pack(push, 8)
1957 #pragma warning(push)
2016 #pragma warning(push)
2084 #pragma warning(push)

Completed in 47 milliseconds

123456