/haiku/src/kits/storage/mime/ |
H A D | Supertype.cpp | 75 Supertype::AddSubtype(const char *sub) in AddSubtype() argument 77 status_t err = sub ? B_OK : B_BAD_VALUE; in AddSubtype() 79 err = fSubtypes.insert(sub).second ? B_OK : B_NAME_IN_USE; in AddSubtype() 82 sprintf(type, "%s/%s", fName.c_str(), sub); in AddSubtype() 94 Supertype::RemoveSubtype(const char *sub) in RemoveSubtype() argument 96 status_t err = sub ? B_OK : B_BAD_VALUE; in RemoveSubtype() 98 err = fSubtypes.erase(sub) == 1 ? B_OK : B_NAME_NOT_FOUND; in RemoveSubtype()
|
H A D | InstalledTypes.cpp | 186 const char *sub = &(type[i+1]); in AddType() local 189 return _AddSubtype(super, sub); in AddType() 225 const char *sub = &(type[i+1]); in RemoveType() local 228 return _RemoveSubtype(super, sub); in RemoveType() 272 InstalledTypes::_AddSubtype(const char *super, const char *sub) in _AddSubtype() argument 274 if (super == NULL || sub == NULL) in _AddSubtype() 280 err = _AddSubtype(i->second, sub); in _AddSubtype() 296 InstalledTypes::_AddSubtype(Supertype &super, const char *sub) in _AddSubtype() argument 298 if (sub == NULL) in _AddSubtype() 301 status_t err = super.AddSubtype(sub); in _AddSubtype() [all …]
|
/haiku/src/system/libroot/posix/musl/math/x86/ |
H A D | sqrt.s | 6 sub $12,%esp 14 sub $0x100,%eax 15 sub %eax,(%esp)
|
H A D | hypot.s | 32 2: sub $0xffe00000,%eax 40 sub $0xffe00000,%eax
|
H A D | llrintf.s | 4 sub $8,%esp
|
/haiku/src/system/libroot/posix/string/arch/arm/ |
H A D | arch_string.S | 30 sub r2, r2, r12 55 sub r12, r12, r4 82 sub r8, r3, lr 84 sub r3, r12, lr, lsl #2 103 sub r6, r6, #1 116 sub r2, r2, #1 128 sub r1, r1, #1
|
/haiku/src/apps/deskbar/ |
H A D | TeamMenuItem.cpp | 398 TWindowMenu* sub = (static_cast<TWindowMenu*>(Submenu())); in ToggleExpandState() local 399 if (sub != NULL) { in ToggleExpandState() 401 bool locked = sub->LockLooper(); in ToggleExpandState() 403 sub->AttachedToWindow(); in ToggleExpandState() 405 sub->UnlockLooper(); in ToggleExpandState() 407 if (sub->CountItems() > 1) { in ToggleExpandState() 413 int32 totalChildren = sub->CountItems() - 4; in ToggleExpandState() 417 (sub->RemoveItem((int32)0)); in ToggleExpandState() 421 sub->SetExpanded(true, myindex + childIndex); in ToggleExpandState() 429 TWindowMenu* sub = static_cast<TWindowMenu*>(Submenu()); in ToggleExpandState() local [all …]
|
/haiku/headers/private/storage/mime/ |
H A D | InstalledTypes.h | 47 status_t _AddSubtype(const char *super, const char *sub); 48 status_t _AddSubtype(Supertype &super, const char *sub); 51 status_t _RemoveSubtype(const char *super, const char *sub);
|
H A D | Supertype.h | 31 status_t AddSubtype(const char *sub); 32 status_t RemoveSubtype(const char *sub);
|
/haiku/src/system/glue/arch/x86_64/ |
H A D | crti.S | 32 sub $0x8, %rsp 42 sub $0x8, %rsp
|
/haiku/src/system/glue/arch/arm/ |
H A D | crti.S | 27 sub sp, sp, #8 32 sub sp, sp, #8
|
/haiku/src/system/glue/arch/arm64/ |
H A D | crti.S | 25 sub sp, sp, #16 31 sub sp, sp, #16
|
/haiku/src/system/glue/arch/x86/ |
H A D | crti.S | 26 sub $4,%esp // Keep stack aligned 34 sub $4,%esp // Keep stack aligned
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_exceptions.S | 38 sub sp, sp, #(4*15) /* Adjust the stack pointer */ 60 sub sp, sp, #(4*17) /* Adjust the stack pointer */ 187 sub lr, lr, #4 /* Adjust LR */ 204 sub lr, lr, #8 /* Adjust LR */ 222 sub lr, lr, #4 /* Adjust LR */ 235 sub lr, lr, #4 /* Adjust LR */
|
/haiku/src/system/libroot/os/arch/x86_64/ |
H A D | byteorder.S | 34 sub $8, %rsp 46 sub $8, %rsp
|
/haiku/docs/user/shared/ |
H A D | json.dox | 83 data in the form of a \c BDataIO. A \c BJsonEventListener sub-class is also 168 read a data-transfer-object (DTO) is to create "sub-listeners" that mirror 177 sub-listener. The sub-listener is implemented to specifically deal with one 178 tier of the inbound data. The sub-listeners are structured in a stack where 179 the sub-listener at the head of the stack has a pointer to its parent. The 181 direct events to that sub-listener. 183 In response to events, the sub-listener can take-up the data, pop itself from 184 the stack or push additional sub-listeners from the stack. 193 code in the sub-listeners mirrors that of the data-structure being parsed. 198 these sub-listeners and in this way automatically generate the C++ parse
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_exceptions.S | 98 sub.l #FPU_STATE_sizeof,%sp 107 sub.l #IFRAME_fpu-IFRAME_fp,%sp
|
/haiku/src/system/libroot/posix/glibc/arch/sparc/ |
H A D | mul_1.S | 36 sub %g0,%i2,%o7 38 sub %i1,%g5,%o3 39 sub %i0,%g5,%o4
|
H A D | submul_1.S | 34 sub %g0,%i2,%o7 39 sub %i1,%o7,%o3 41 sub %i0,%o7,%o4
|
H A D | addmul_1.S | 35 sub %g0,%i2,%o7 40 sub %i1,%o7,%o3 42 sub %i0,%o7,%o4
|
/haiku/src/system/kernel/lib/arch/x86/ |
H A D | arch_string.S | 77 sub %edx, %ecx 81 sub $4, %ecx
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | shell.S | 140 sub %cl, %al 149 sub %bx, %ax 175 sub %ax, %di // update sectors left to be read 190 sub %si, %cx
|
/haiku/src/tests/add-ons/print/ppd/test/ |
H A D | aptollw1.ppd | 180 {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 181 1 sub dup mul add 1 sub } {dup mul exch dup mul 182 add 1 exch sub } ifelse } 186 *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }" 190 *Transfer Null.Inverse: "{ 1 exch sub }" 301 { exch aload pop 4 index sub abs 5 le exch 302 5 index sub abs 5 le and 632 {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 633 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 634 abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 [all …]
|
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/ |
H A D | asm-syntax.h | 152 #define PTR_SUB sub 198 #define INT_SUB sub 211 #define LONG_SUB sub
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | module.h | 18 #define DECLARE_MODULE(name, data, sub, order) argument
|