Searched refs:jim_wide (Results 1 - 25 of 42) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Djim-pack.c39 static jim_wide JimSignExtend(jim_wide n, int width)
41 if (width == sizeof(jim_wide) * 8) {
45 if (n & ((jim_wide)1 << (width - 1))) {
47 n -= ((jim_wide)1 << width);
61 * and the width be no more than the width of jim_wide.
63 static jim_wide JimBitIntBigEndian(const unsigned char *bitvec, int pos, int width)
65 jim_wide result = 0;
79 result |= ((jim_wide)1 << i);
91 static jim_wide JimBitIntLittleEndia
[all...]
H A Djim-eventloop.h71 JIM_EXPORT jim_wide Jim_CreateTimeHandler (Jim_Interp *interp,
72 jim_wide milliseconds,
75 JIM_EXPORT jim_wide Jim_DeleteTimeHandler (Jim_Interp *interp, jim_wide id);
H A Djim-eventloop.c85 jim_wide id; /* time event identifier. */
99 jim_wide timeEventNextId;
194 jim_wide Jim_CreateTimeHandler(Jim_Interp *interp, jim_wide milliseconds,
198 jim_wide id = eventLoop->timeEventNextId++;
240 static jim_wide JimParseAfterId(Jim_Obj *idObj)
244 jim_wide id;
253 static jim_wide JimFindAfterByScript(Jim_EventLoop *eventLoop, Jim_Obj *scriptObj)
268 static Jim_TimeEvent *JimFindTimeHandlerById(Jim_EventLoop *eventLoop, jim_wide id)
280 static Jim_TimeEvent *Jim_RemoveTimeHandler(Jim_EventLoop *eventLoop, jim_wide i
[all...]
H A Djim-win32compat.h29 #define jim_wide _int64 macro
H A Djim-signal.c17 #define MAX_SIGNALS (sizeof(jim_wide) * 8)
19 static jim_wide *sigloc;
20 static jim_wide sigsblocked;
25 #define sig_to_bit(SIG) ((jim_wide)1 << (SIG))
249 static int signal_set_sigmask_result(Jim_Interp *interp, jim_wide sigmask)
266 jim_wide mask = 0;
267 jim_wide blocked;
H A Djim-clock.c92 Jim_SetResultInt(interp, (jim_wide) tv.tv_sec * 1000000 + tv.tv_usec);
103 Jim_SetResultInt(interp, (jim_wide) tv.tv_sec * 1000 + tv.tv_usec / 1000);
H A Djim.h93 #ifndef jim_wide
95 # define jim_wide long long macro
105 # define jim_wide long macro
290 jim_wide wideValue;
308 unsigned jim_wide callFrameId;
313 unsigned jim_wide procEpoch;
329 jim_wide id;
438 unsigned jim_wide id; /* Call Frame ID. Used for caching. */
524 jim_wide sigmask; /* Bit mask of caught signals, or 0 if none */
525 int (*signal_set_result)(struct Jim_Interp *interp, jim_wide sigmas
[all...]
H A Djim-nvp.h209 int Jim_GetOpt_Wide(Jim_GetOptInfo *goi, jim_wide *puthere);
H A Djim-format.c300 jim_wide code;
324 jim_wide w;
360 if (sizeof(long long) == sizeof(jim_wide)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Djim-pack.c39 static jim_wide JimSignExtend(jim_wide n, int width)
41 if (width == sizeof(jim_wide) * 8) {
45 if (n & ((jim_wide)1 << (width - 1))) {
47 n -= ((jim_wide)1 << width);
61 * and the width be no more than the width of jim_wide.
63 static jim_wide JimBitIntBigEndian(const unsigned char *bitvec, int pos, int width)
65 jim_wide result = 0;
79 result |= ((jim_wide)1 << i);
91 static jim_wide JimBitIntLittleEndia
[all...]
H A Djim-eventloop.h71 JIM_EXPORT jim_wide Jim_CreateTimeHandler (Jim_Interp *interp,
72 jim_wide milliseconds,
75 JIM_EXPORT jim_wide Jim_DeleteTimeHandler (Jim_Interp *interp, jim_wide id);
H A Djim-eventloop.c85 jim_wide id; /* time event identifier. */
99 jim_wide timeEventNextId;
194 jim_wide Jim_CreateTimeHandler(Jim_Interp *interp, jim_wide milliseconds,
198 jim_wide id = eventLoop->timeEventNextId++;
240 static jim_wide JimParseAfterId(Jim_Obj *idObj)
244 jim_wide id;
253 static jim_wide JimFindAfterByScript(Jim_EventLoop *eventLoop, Jim_Obj *scriptObj)
268 static Jim_TimeEvent *JimFindTimeHandlerById(Jim_EventLoop *eventLoop, jim_wide id)
280 static Jim_TimeEvent *Jim_RemoveTimeHandler(Jim_EventLoop *eventLoop, jim_wide i
[all...]
H A Djim-win32compat.h29 #define jim_wide _int64 macro
H A Djim-signal.c17 #define MAX_SIGNALS (sizeof(jim_wide) * 8)
19 static jim_wide *sigloc;
20 static jim_wide sigsblocked;
25 #define sig_to_bit(SIG) ((jim_wide)1 << (SIG))
249 static int signal_set_sigmask_result(Jim_Interp *interp, jim_wide sigmask)
266 jim_wide mask = 0;
267 jim_wide blocked;
H A Djim-clock.c92 Jim_SetResultInt(interp, (jim_wide) tv.tv_sec * 1000000 + tv.tv_usec);
103 Jim_SetResultInt(interp, (jim_wide) tv.tv_sec * 1000 + tv.tv_usec / 1000);
H A Djim.h93 #ifndef jim_wide
95 # define jim_wide long long macro
105 # define jim_wide long macro
290 jim_wide wideValue;
308 unsigned jim_wide callFrameId;
313 unsigned jim_wide procEpoch;
329 jim_wide id;
438 unsigned jim_wide id; /* Call Frame ID. Used for caching. */
524 jim_wide sigmask; /* Bit mask of caught signals, or 0 if none */
525 int (*signal_set_result)(struct Jim_Interp *interp, jim_wide sigmas
[all...]
H A Djim-nvp.h209 int Jim_GetOpt_Wide(Jim_GetOptInfo *goi, jim_wide *puthere);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Djim-pack.c39 static jim_wide JimSignExtend(jim_wide n, int width)
41 if (width == sizeof(jim_wide) * 8) {
45 if (n & ((jim_wide)1 << (width - 1))) {
47 n -= ((jim_wide)1 << width);
61 * and the width be no more than the width of jim_wide.
63 static jim_wide JimBitIntBigEndian(const unsigned char *bitvec, int pos, int width)
65 jim_wide result = 0;
79 result |= ((jim_wide)1 << i);
91 static jim_wide JimBitIntLittleEndia
[all...]
H A Djim-eventloop.h71 JIM_EXPORT jim_wide Jim_CreateTimeHandler (Jim_Interp *interp,
72 jim_wide milliseconds,
75 JIM_EXPORT jim_wide Jim_DeleteTimeHandler (Jim_Interp *interp, jim_wide id);
H A Djim-eventloop.c85 jim_wide id; /* time event identifier. */
99 jim_wide timeEventNextId;
194 jim_wide Jim_CreateTimeHandler(Jim_Interp *interp, jim_wide milliseconds,
198 jim_wide id = eventLoop->timeEventNextId++;
240 static jim_wide JimParseAfterId(Jim_Obj *idObj)
244 jim_wide id;
253 static jim_wide JimFindAfterByScript(Jim_EventLoop *eventLoop, Jim_Obj *scriptObj)
268 static Jim_TimeEvent *JimFindTimeHandlerById(Jim_EventLoop *eventLoop, jim_wide id)
280 static Jim_TimeEvent *Jim_RemoveTimeHandler(Jim_EventLoop *eventLoop, jim_wide i
[all...]
H A Djim-win32compat.h29 #define jim_wide _int64 macro
H A Djim-signal.c17 #define MAX_SIGNALS (sizeof(jim_wide) * 8)
19 static jim_wide *sigloc;
20 static jim_wide sigsblocked;
25 #define sig_to_bit(SIG) ((jim_wide)1 << (SIG))
249 static int signal_set_sigmask_result(Jim_Interp *interp, jim_wide sigmask)
266 jim_wide mask = 0;
267 jim_wide blocked;
H A Djim-clock.c92 Jim_SetResultInt(interp, (jim_wide) tv.tv_sec * 1000000 + tv.tv_usec);
103 Jim_SetResultInt(interp, (jim_wide) tv.tv_sec * 1000 + tv.tv_usec / 1000);
H A Djim.h93 #ifndef jim_wide
95 # define jim_wide long long macro
105 # define jim_wide long macro
290 jim_wide wideValue;
308 unsigned jim_wide callFrameId;
313 unsigned jim_wide procEpoch;
329 jim_wide id;
438 unsigned jim_wide id; /* Call Frame ID. Used for caching. */
524 jim_wide sigmask; /* Bit mask of caught signals, or 0 if none */
525 int (*signal_set_result)(struct Jim_Interp *interp, jim_wide sigmas
[all...]
H A Djim-nvp.h209 int Jim_GetOpt_Wide(Jim_GetOptInfo *goi, jim_wide *puthere);

Completed in 129 milliseconds

12