/l4re-core-master/lua/lib/contrib/src/ |
A D | lcode.c | 130 void luaK_nil (FuncState *fs, int from, int n) { in luaK_nil() 153 static int getjump (FuncState *fs, int pc) { in getjump() 198 int luaK_jump (FuncState *fs) { in luaK_jump() 231 int luaK_getlabel (FuncState *fs) { in luaK_getlabel() 381 int luaK_code (FuncState *fs, Instruction i) { in luaK_code() 465 void luaK_checkstack (FuncState *fs, int n) { in luaK_checkstack() 607 static int boolF (FuncState *fs) { in boolF() 617 static int boolT (FuncState *fs) { in boolT() 627 static int nilK (FuncState *fs) { in nilK() 1642 void luaK_posfix (FuncState *fs, BinOpr opr, in luaK_posfix() [all …]
|
A D | lparser.c | 195 FuncState *fs = ls->fs; in new_localvar() local 278 FuncState *fs = ls->fs; in check_readonly() local 312 FuncState *fs = ls->fs; in adjustlocalvars() local 454 FuncState *fs = ls->fs; in singlevar() local 471 FuncState *fs = ls->fs; in adjust_assign() local 598 FuncState *fs = ls->fs; in createlabel() local 689 FuncState *fs = ls->fs; in addprototype() local 746 FuncState *fs = ls->fs; in close_func() local 801 FuncState *fs = ls->fs; in fieldsel() local 837 FuncState *fs = ls->fs; in recfield() local [all …]
|
A D | lcode.h | 48 #define luaK_codeABC(fs,o,a,b,c) luaK_codeABCk(fs,o,a,b,c,0) argument 55 #define getinstruction(fs,e) ((fs)->f->code[(e)->u.info]) argument 58 #define luaK_setmultret(fs,e) luaK_setreturns(fs, e, LUA_MULTRET) argument 60 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) argument
|
A D | lmem.h | 74 #define luaM_shrinkvector(L,v,size,fs,t) \ argument
|
A D | llex.h | 70 struct FuncState *fs; /* current function (parser) */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/ |
A D | op-common.h | 41 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 89 #define _FP_OVERFLOW_SEMIRAW(fs, wc, X) \ argument 109 #define _FP_CHECK_SIGNAN_SEMIRAW(fs, wc, X) \ argument 134 #define _FP_PACK_SEMIRAW(fs, wc, X) \ argument 170 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument 278 #define _FP_ISSIGNAN(fs, wc, X) \ argument 717 #define _FP_SUB(fs, wc, R, X, Y) \ argument 729 #define _FP_NEG(fs, wc, R, X) \ argument 742 #define _FP_MUL(fs, wc, R, X, Y) \ argument 805 #define _FP_DIV(fs, wc, R, X, Y) \ argument [all …]
|
A D | op-1.h | 73 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument 74 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument 88 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument 97 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument 111 #define _FP_PACK_RAW_1(fs, val, X) \ argument 122 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument 202 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument 217 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument 241 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
|
A D | op-2.h | 135 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument 136 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument 204 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument 214 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument 230 #define _FP_PACK_RAW_2(fs, val, X) \ argument 242 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument 447 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument 515 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
|
A D | op-4.h | 144 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument 145 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument 194 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument 205 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument 218 #define _FP_PACK_RAW_4(fs, val, X) \ argument 230 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument 365 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
|
A D | sfp-machine.h | 58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
A D | extended.h | 315 #define FP_PACK_RAW_EP(fs, val, X) \ argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/ |
A D | ops-common.h | 321 namespace fs = std::filesystem; in _GLIBCXX_VISIBILITY() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/ |
A D | ops-common.h | 321 namespace fs = std::filesystem; in _GLIBCXX_VISIBILITY() local
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/ |
A D | ops-common.h | 312 namespace fs = std::filesystem; in _GLIBCXX_VISIBILITY() local
|
/l4re-core-master/l4sys/include/ARCH-x86/ |
A D | __vcpu-arch.h | 43 l4_umword_t fs; /**< fs register */ member
|
A D | utcb.h | 77 l4_umword_t fs; /**< fs register */ member
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-amd64/include/asm/ |
A D | sigcontext.h | 37 unsigned short fs; member
|
/l4re-core-master/l4sys/include/ARCH-amd64/ |
A D | utcb.h | 85 l4_uint16_t ds, es, fs, gs; member
|
A D | __vcpu-arch.h | 80 l4_uint16_t ds, es, fs, gs; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/bits/ |
A D | sigcontext.h | 83 unsigned short fs, __fsh; member 146 unsigned short fs; member
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/asm/ |
A D | sigcontext.h | 44 unsigned short fs, __fsh; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regexec.c | 1165 struct re_fail_stack_t *fs) in proceed_next_node() 1263 push_fail_stack (struct re_fail_stack_t *fs, int str_idx, int dest_node, in push_fail_stack() 1290 pop_fail_stack (struct re_fail_stack_t *fs, int *pidx, int nregs, in pop_fail_stack() 1316 struct re_fail_stack_t *fs; in set_regs() local 1417 free_fail_stack_return (struct re_fail_stack_t *fs) in free_fail_stack_return()
|
/l4re-core-master/l4re_vfs/include/ |
A D | vfs.h | 983 File_system *fs = get_file_system(fstype); in mount() local
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | gconf.c | 530 GtkWidget *fs; in on_load1_activate() local 571 GtkWidget *fs; in on_save_as1_activate() local
|
/l4re-core-master/l4sys/include/ |
A D | __vm-svm.h | 102 struct l4_vm_svm_vmcb_state_save_area_seg fs; member
|