Home
last modified time | relevance | path

Searched refs:JS_NewInt64 (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs-libc.c1092 return JS_NewInt64(ctx, pos); in js_std_file_tell()
1177 return JS_NewInt64(ctx, ret); in js_std_file_read_write()
1636 return JS_NewInt64(ctx, ret); in js_os_seek()
1663 return JS_NewInt64(ctx, ret); in js_os_read_write()
2513 JS_NewInt64(ctx, st.st_dev), in js_os_stat()
2516 JS_NewInt64(ctx, st.st_ino), in js_os_stat()
2522 JS_NewInt64(ctx, st.st_nlink), in js_os_stat()
2525 JS_NewInt64(ctx, st.st_uid), in js_os_stat()
2528 JS_NewInt64(ctx, st.st_gid), in js_os_stat()
2531 JS_NewInt64(ctx, st.st_rdev), in js_os_stat()
[all …]
H A Dquickjs.c12014 return JS_NewInt64(ctx, v); in JS_NewBigInt64()
12024 val = JS_NewInt64(ctx, v); in JS_NewBigUint64()
12334 return JS_NewInt64(ctx, v); in JS_CompactBigInt1()
35623 args[2] = JS_NewInt64(ctx, len); in JS_ReadTypedArray()
38102 v = JS_NewInt64(ctx, len); in js_array_from()
38711 return JS_NewInt64(ctx, res); in js_array_indexOf()
38750 return JS_NewInt64(ctx, res); in js_array_lastIndexOf()
39756 return JS_NewInt64(ctx, v);
41973 return JS_NewInt64(ctx, d);
41985 return JS_NewInt64(ctx, d); in js___date_clock()
[all …]
H A Dquickjs.h520 static js_force_inline JSValue JS_NewInt64(JSContext *ctx, int64_t val) in JS_NewInt64() function
H A Drun-test262.c661 return JS_NewInt64(ctx, get_clock_ms()); in js_agent_monotonicNow()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs-libc.c1086 return JS_NewInt64(ctx, pos); in js_std_file_tell()
1171 return JS_NewInt64(ctx, ret); in js_std_file_read_write()
1630 return JS_NewInt64(ctx, ret); in js_os_seek()
1657 return JS_NewInt64(ctx, ret); in js_os_read_write()
2507 JS_NewInt64(ctx, st.st_dev), in js_os_stat()
2510 JS_NewInt64(ctx, st.st_ino), in js_os_stat()
2516 JS_NewInt64(ctx, st.st_nlink), in js_os_stat()
2519 JS_NewInt64(ctx, st.st_uid), in js_os_stat()
2522 JS_NewInt64(ctx, st.st_gid), in js_os_stat()
2525 JS_NewInt64(ctx, st.st_rdev), in js_os_stat()
[all …]
H A Dquickjs.c12061 return JS_NewInt64(ctx, v); in JS_NewBigInt64()
12071 val = JS_NewInt64(ctx, v); in JS_NewBigUint64()
12381 return JS_NewInt64(ctx, v); in JS_CompactBigInt1()
35670 args[2] = JS_NewInt64(ctx, len); in JS_ReadTypedArray()
38149 v = JS_NewInt64(ctx, len); in js_array_from()
38758 return JS_NewInt64(ctx, res); in js_array_indexOf()
38797 return JS_NewInt64(ctx, res); in js_array_lastIndexOf()
39803 return JS_NewInt64(ctx, v);
42029 return JS_NewInt64(ctx, d);
42041 return JS_NewInt64(ctx, d); in js___date_clock()
[all …]
H A Dquickjs.h540 static js_force_inline JSValue JS_NewInt64(JSContext *ctx, int64_t val) in JS_NewInt64() function
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Djsfilter.c461 return JS_NewInt64(ctx, new_val->value.longuint); in jsf_NewProp()
463 return JS_NewInt64(ctx, new_val->value.longsint); in jsf_NewProp()
515 JS_SetPropertyStr(ctx, res, "n", JS_NewInt64(ctx, new_val->value.lfrac.num)); in jsf_NewProp()
945 return JS_NewInt64(ctx, lival); in jsf_filter_prop_get()
1840 return JS_NewInt64(ctx, dur); in jsf_pid_get_prop()
2146 JS_SetPropertyStr(ctx, res, #_val, JS_NewInt64(ctx, stats._val)); in jsf_pid_get_statistics()
2357 JS_SetPropertyStr(ctx, res, "value", JS_NewInt64(ctx, val)); in jsf_pid_get_clock_info()
2819 case JSF_EVENT_END_OFFSET: return JS_NewInt64(ctx, evt->seek.end_offset); in jsf_event_get_prop()
3124 return JS_NewInt64(ctx, lival); in jsf_pck_get_prop()
3128 return JS_NewInt64(ctx, lival); in jsf_pck_get_prop()
[all …]
H A Ddec_ttml.c321 argv[0] = JS_NewInt64(c, obj_time); in ttmldec_process()
397 argv[1] = JS_NewInt64(c, obj_time); in ttmldec_process()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Djsfilter.c461 return JS_NewInt64(ctx, new_val->value.longuint); in jsf_NewProp()
463 return JS_NewInt64(ctx, new_val->value.longsint); in jsf_NewProp()
515 JS_SetPropertyStr(ctx, res, "n", JS_NewInt64(ctx, new_val->value.lfrac.num)); in jsf_NewProp()
945 return JS_NewInt64(ctx, lival); in jsf_filter_prop_get()
1840 return JS_NewInt64(ctx, dur); in jsf_pid_get_prop()
2146 JS_SetPropertyStr(ctx, res, #_val, JS_NewInt64(ctx, stats._val)); in jsf_pid_get_statistics()
2357 JS_SetPropertyStr(ctx, res, "value", JS_NewInt64(ctx, val)); in jsf_pid_get_clock_info()
2819 case JSF_EVENT_END_OFFSET: return JS_NewInt64(ctx, evt->seek.end_offset); in jsf_event_get_prop()
3124 return JS_NewInt64(ctx, lival); in jsf_pck_get_prop()
3128 return JS_NewInt64(ctx, lival); in jsf_pck_get_prop()
[all …]
H A Ddec_ttml.c321 argv[0] = JS_NewInt64(c, obj_time); in ttmldec_process()
397 argv[1] = JS_NewInt64(c, obj_time); in ttmldec_process()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/jsmods/
H A Dscene_js.c359 return JS_NewInt64(ctx, ext->rti.process_memory); in gpac_getProperty()
704 JS_SetPropertyStr(cbk->c, obj, "size", JS_NewInt64(cbk->c, file_info->size) ); in enum_dir_fct()
705 JS_SetPropertyStr(cbk->c, obj, "last_modified", JS_NewInt64(cbk->c, file_info->last_modified) ); in enum_dir_fct()
1016 return JS_NewInt64(ctx, odi.total_dec_time); in odm_getProperty()
1070 return JS_NewInt64(ctx, odi.irap_total_dec_time); in odm_getProperty()
H A Dxhr.c787 JS_SetPropertyStr(ctx->c, prog_evt, "loaded", JS_NewInt64(ctx->c, ctx->size)); in xml_http_on_data()
788 JS_SetPropertyStr(ctx->c, prog_evt, "total", JS_NewInt64(ctx->c, tot_size)); in xml_http_on_data()
789 JS_SetPropertyStr(ctx->c, prog_evt, "bps", JS_NewInt64(ctx->c, bps*8)); in xml_http_on_data()
H A Dwebgl.c865 RETURN_SINGLE_OR_ARRAY(JS_NewInt64, values_ui); in wgl_getUniform()
934 return JS_NewInt64(ctx, (u64) ptr); in wgl_getVertexAttribOffset()
936 return JS_NewInt64(ctx, (u32) ptr); in wgl_getVertexAttribOffset()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/jsmods/
H A Dscene_js.c359 return JS_NewInt64(ctx, ext->rti.process_memory); in gpac_getProperty()
704 JS_SetPropertyStr(cbk->c, obj, "size", JS_NewInt64(cbk->c, file_info->size) ); in enum_dir_fct()
705 JS_SetPropertyStr(cbk->c, obj, "last_modified", JS_NewInt64(cbk->c, file_info->last_modified) ); in enum_dir_fct()
1016 return JS_NewInt64(ctx, odi.total_dec_time); in odm_getProperty()
1070 return JS_NewInt64(ctx, odi.irap_total_dec_time); in odm_getProperty()
H A Dxhr.c787 JS_SetPropertyStr(ctx->c, prog_evt, "loaded", JS_NewInt64(ctx->c, ctx->size)); in xml_http_on_data()
788 JS_SetPropertyStr(ctx->c, prog_evt, "total", JS_NewInt64(ctx->c, tot_size)); in xml_http_on_data()
789 JS_SetPropertyStr(ctx->c, prog_evt, "bps", JS_NewInt64(ctx->c, bps*8)); in xml_http_on_data()
H A Dwebgl.c865 RETURN_SINGLE_OR_ARRAY(JS_NewInt64, values_ui); in wgl_getUniform()
934 return JS_NewInt64(ctx, (u64) ptr); in wgl_getVertexAttribOffset()
936 return JS_NewInt64(ctx, (u32) ptr); in wgl_getVertexAttribOffset()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/patches/
H A D006-msvc-64bit-compatibility.patch78 JSValueConst args[3] = { element, JS_NewInt64(ctx, sourceIndex), source };
H A D003-msvc-compatibility.patch341 @@ -521,9 +525,9 @@ static js_force_inline JSValue JS_NewInt64(JSContext *ctx, int64_t val)
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.h518 JSValue JS_NewInt64(JSContext *ctx, int64_t v);
H A Dquickjs.c2202 return JS_NewInt64(ctx, val); in JS_NewUint32()
12831 sp[-2] = JS_NewInt64(ctx, v); in js_binary_arith_slow()
12969 sp[-2] = JS_NewInt64(ctx, v); in js_add_slow()
36342 v = JS_NewInt64(ctx, len); in js_array_from()
36905 return JS_NewInt64(ctx, res); in js_array_indexOf()
36944 return JS_NewInt64(ctx, res); in js_array_lastIndexOf()
37176 return JS_NewInt64(ctx, newLen); in js_array_push()
37922 return JS_NewInt64(ctx, v);
40529 return JS_NewInt64(ctx, d);
40545 return JS_NewInt64(ctx, d); in js___date_clock()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.h518 JSValue JS_NewInt64(JSContext *ctx, int64_t v);
H A Dquickjs.c2204 return JS_NewInt64(ctx, val); in JS_NewUint32()
12833 sp[-2] = JS_NewInt64(ctx, v); in js_binary_arith_slow()
12971 sp[-2] = JS_NewInt64(ctx, v); in js_add_slow()
36344 v = JS_NewInt64(ctx, len); in js_array_from()
36907 return JS_NewInt64(ctx, res); in js_array_indexOf()
36946 return JS_NewInt64(ctx, res); in js_array_lastIndexOf()
37178 return JS_NewInt64(ctx, newLen); in js_array_push()
37924 return JS_NewInt64(ctx, v);
40531 return JS_NewInt64(ctx, d);
40547 return JS_NewInt64(ctx, d); in js___date_clock()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Ddom_js.c2394 return JS_NewInt64(c, evt->media_event.loaded_size); in event_getProperty()
2396 return JS_NewInt64(c, evt->media_event.total_size); in event_getProperty()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Ddom_js.c2394 return JS_NewInt64(c, evt->media_event.loaded_size); in event_getProperty()
2396 return JS_NewInt64(c, evt->media_event.total_size); in event_getProperty()

12