Searched refs:mod (Results 1 - 25 of 40) sorted by relevance

12

/haiku/headers/libs/x86emu/x86emu/
H A Dfpu_regs.h110 #define DECODE_PRINTINSTR32(t,mod,rh,rl) \
111 DECODE_PRINTF(t[(mod<<3)+(rh)]);
112 #define DECODE_PRINTINSTR256(t,mod,rh,rl) \
113 DECODE_PRINTF(t[(mod<<6)+(rh<<3)+(rl)]);
115 #define DECODE_PRINTINSTR32(t,mod,rh,rl)
116 #define DECODE_PRINTINSTR256(t,mod,rh,rl)
H A Ddecode.h46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl)
59 void fetch_decode_modrm(int *mod, int *regh, int *regl);
82 u32 decode_sib_address(int sib, int mod);
/haiku/src/apps/serialconnect/libvterm/src/
H A Dinput.c7 void vterm_input_push_char(VTerm *vt, VTermModifier mod, uint32_t c) argument
15 mod &= ~VTERM_MOD_SHIFT;
17 if(mod == 0) {
40 if(needs_CSIu && (mod & ~VTERM_MOD_ALT)) {
41 vterm_push_output_sprintf_ctrl(vt, C1_CSI, "%d;%du", c, mod+1);
45 if(mod & VTERM_MOD_CTRL)
48 vterm_push_output_sprintf(vt, "%s%c", mod & VTERM_MOD_ALT ? "\e" : "", c);
125 void vterm_input_push_key(VTerm *vt, VTermModifier mod, VTermKey key) argument
157 if(mod == VTERM_MOD_SHIFT)
159 else if(mod
[all...]
/haiku/src/libs/x86emu/
H A Dfpu.c99 int mod, rl, rh; local
104 FETCH_DECODE_MODRM(mod, rh, rl);
106 if (mod != 3) {
107 DECODE_PRINTINSTR32(x86emu_fpu_op_d9_tab, mod, rh, rl);
113 switch (mod) {
138 switch (mod) {
332 int mod, rl, rh; local
337 FETCH_DECODE_MODRM(mod, rh, rl);
338 DECODE_PRINTINSTR32(x86emu_fpu_op_da_tab, mod, rh, rl);
339 switch (mod) {
417 int mod, rl, rh; local
549 int mod, rl, rh; local
663 int mod, rl, rh; local
773 int mod, rl, rh; local
896 int mod, rl, rh; local
[all...]
H A Dops2.c207 int mod, rl, rh; local
284 FETCH_DECODE_MODRM(mod, rh, rl);
285 switch (mod) {
363 int mod, rl, rh; local
369 FETCH_DECODE_MODRM(mod, rh, rl);
370 switch (mod) {
489 int mod, rl, rh; local
495 FETCH_DECODE_MODRM(mod, rh, rl);
496 switch (mod) {
631 int mod, r local
786 int mod, rl, rh; local
930 int mod, rl, rh; local
1072 int mod, rl, rh; local
1197 int mod, rl, rh; local
1387 int mod, rh, rl; local
1437 int mod, rl, rh; local
1581 int mod, rh, rl; local
1631 int mod, rh, rl; local
1681 int mod, rl, rh; local
1802 int mod, rl, rh; local
1859 int mod, rl, rh; local
2114 int mod, rl, rh; local
2258 int mod, rl, rh; local
2387 int mod, rl, rh; local
2516 int mod, rl, rh; local
2637 int mod, rl, rh; local
[all...]
H A Dops.c62 * into the second category. The coding of the "switch(mod){ .... }"
114 int mod, rl, rh; local
121 FETCH_DECODE_MODRM(mod, rh, rl);
122 switch (mod) {
173 int mod, rl, rh; local
178 FETCH_DECODE_MODRM(mod, rh, rl);
179 switch (mod) {
298 int mod, rl, rh; local
305 FETCH_DECODE_MODRM(mod, rh, rl);
306 switch (mod) {
354 int mod, rl, rh; local
552 int mod, rl, rh; local
611 int mod, rl, rh; local
736 int mod, rl, rh; local
792 int mod, rl, rh; local
988 int mod, rl, rh; local
1047 int mod, rl, rh; local
1172 int mod, rl, rh; local
1228 int mod, rl, rh; local
1426 int mod, rl, rh; local
1485 int mod, rl, rh; local
1610 int mod, rl, rh; local
1666 int mod, rl, rh; local
1864 int mod, rl, rh; local
1927 int mod, rl, rh; local
2052 int mod, rl, rh; local
2108 int mod, rl, rh; local
2310 int mod, rl, rh; local
2369 int mod, rl, rh; local
2494 int mod, rl, rh; local
2550 int mod, rl, rh; local
2748 int mod, rl, rh; local
2807 int mod, rl, rh; local
2932 int mod, rl, rh; local
2988 int mod, rl, rh; local
3186 int mod, rl, rh; local
3242 int mod, rl, rh; local
3361 int mod, rl, rh; local
3417 int mod, rl, rh; local
4598 int mod, rl, rh; local
4838 int mod, rl, rh; local
5516 int mod, rl, rh; local
5647 int mod, rl, rh; local
5838 int mod, rl, rh; local
5965 int mod, rl, rh; local
6135 int mod, rl, rh; local
6191 int mod, rl, rh; local
6310 int mod, rl, rh; local
6378 int mod, rl, rh; local
6521 int mod, rl, rh; local
6573 int mod, rl, rh; local
6680 int mod, rl, rh; local
6736 int mod, rl, rh; local
6855 int mod, rl, rh; local
6911 int mod, rl, rh; local
6993 int mod, rl, rh; local
7055 int mod, rl, rh; local
8674 int mod, rl, rh; local
8785 int mod, rl, rh; local
8981 int mod, rh, rl; local
9031 int mod, rh, rl; local
9081 int mod, rl, rh; local
9137 int mod, rl, rh; local
9438 int mod, rl, rh; local
9533 int mod, rl, rh; local
9686 int mod, rl, rh; local
9783 int mod, rl, rh; local
10464 int mod, rl, rh; local
10749 int mod, rl, rh; local
11529 int mod, rh, rl; local
11647 int mod, rh, rl; local
[all...]
H A Dprim_ops.c896 The new rotate is done mod 9, and given this,
897 for a rotation of n bits (mod 9) the new carry flag is
1014 The new rotate is done mod 9, and given this,
1015 for a rotation of n bits (mod 9) the new carry flag is
1165 The new rotate is done mod 8.
1267 The rotate is done mod 8.
2340 s32 dvd, div, mod; local
2348 mod = dvd % (s8) s;
2354 M.x86.R_AH = (s8) mod;
2364 s32 dvd, div, mod; local
2394 s64 dvd, div, mod; local
2469 u32 dvd, div, mod; local
2493 u32 dvd, div, mod; local
2523 u64 dvd, div, mod; local
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dnsdispatch.c276 _nsmodfree(ns_mod *mod) argument
279 free(__UNCONST(mod->name));
280 if (mod->handle == NULL)
282 if (mod->unregister != NULL)
283 (*mod->unregister)(mod->mtab, mod->mtabsize);
285 if (mod->handle != _nsbuiltin)
286 (void) dlclose(mod->handle);
301 ns_mod mod, *ne local
381 const ns_mod *mod; local
560 ns_mod *mod, modkey; local
[all...]
/haiku/src/servers/mail/
H A DLEDAnimation.h25 static void LED(uint32 mod/*!Modifier key*/,bool on/*!If LED on, value is true*/);
H A DLEDAnimation.cpp81 LEDAnimation::LED(uint32 mod,bool on) argument
85 current_modifiers |= mod;
87 current_modifiers &= ~mod;
/haiku/src/apps/codycam/
H A DFileUploadClient.cpp76 FileUploadClient::Chmod(const string& path, const string& mod) argument
H A DSftpClient.h49 bool Chmod(const string& path, const string& mod);
H A DFileUploadClient.h43 virtual bool Chmod(const string& path, const string& mod);
H A DFtpClient.h55 bool Chmod(const string& path, const string& mod);
H A DSpawningUploadClient.h40 virtual bool Chmod(const string& path, const string& mod);
H A DSpawningUploadClient.cpp196 SpawningUploadClient::Chmod(const string& path, const string& mod) argument
H A DSftpClient.cpp253 SftpClient::Chmod(const string& path, const string& mod) argument
258 cmd << " " << mod.c_str() << " " << path.c_str() << "\n";
/haiku/headers/libs/agg/
H A Dagg_rasterizer_cells_aa.h221 int incr, lift, mod, rem; local
256 mod = p % dx;
258 if(mod < 0)
261 mod += dx;
283 mod -= dx;
288 mod += rem;
289 if(mod >= 0)
291 mod -= dx;
339 int p, rem, mod, lift, delta, first, incr; local
417 mod
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.cpp200 int32 mod; local
206 currentMessage->FindInt32("modifiers", &mod);
213 if ((mod & B_LEFT_OPTION_KEY) != 0 && fView->fUseOptionAsMetaKey
220 mod &= B_SHIFT_KEY | B_CAPS_LOCK | B_CONTROL_KEY;
221 const int32 (*keymapTable)[128] = (mod == 0)
223 : fView->fKeymapTableForModifiers.Get(mod);
296 if (!((mod & B_CONTROL_KEY) && rawChar == 'h'))
302 if ((mod & B_SHIFT_KEY) != 0)
304 else if ((mod & B_CONTROL_KEY) != 0)
313 if ((mod
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dea.c483 } mod; member in struct:EA_WSL
496 attr.mod.base.next_entry_offset
497 = const_cpu_to_le32(sizeof(attr.mod));
498 attr.mod.base.flags = 0;
499 attr.mod.base.name_length = sizeof(lxmod) - 1;
500 attr.mod.base.value_length = const_cpu_to_le16(sizeof(mode));
501 memcpy(attr.mod.name, lxmod, sizeof(lxmod));
502 memcpy(attr.mod.value, &mode, sizeof(mode));
503 len = sizeof(attr.mod);
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_proto.h16 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
18 if (mod && lev) nm_log args; \
/haiku/src/libs/udis86/
H A Ddecode.c521 * Decodes reg field of mod/rm byte
538 * Decodes rm field of mod/rm byte
549 unsigned char mod, rm; local
551 /* get mod, r/m and reg fields */
552 mod = MODRM_MOD(modrm(u));
556 * If mod is 11b, then the modrm.rm specifies a register.
559 if (mod == 3) {
572 if (mod == 1) {
574 } else if (mod == 2) {
576 } else if (mod
[all...]
/haiku/src/apps/resedit/
H A DBitmapView.h20 BitmapView(BRect frame, const char *name, BMessage *mod, BBitmap *bitmap,
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dproto.h19 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
21 if (mod && lev) eng_log args; \
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_proto.h14 uint32 mod = (si->settings.logmask & 0xfffffff0) & MODULE_BIT; \
16 if (mod && lev) mga_log args; \

Completed in 152 milliseconds

12