/haiku/src/libs/iconv/ |
H A D | aliases_dos.h | 1 S(dos_0, "CP437", ei_cp437 ) 2 S(dos_1, "IBM437", ei_cp437 ) 3 S(dos_2, "437", ei_cp437 ) 4 S(dos_3, "CSPC8CODEPAGE437", ei_cp437 ) 5 S(dos_4, "CP737", ei_cp737 ) 6 S(dos_5, "CP775", ei_cp775 ) 7 S(dos_6, "IBM775", ei_cp775 ) 8 S(dos_7, "CSPC775BALTIC", ei_cp775 ) 9 S(dos_8, "CP852", ei_cp852 ) 10 S(dos_9, "IBM852", ei_cp852 ) [all …]
|
H A D | aliases_aix.h | 1 S(aix_0, "CP856", ei_cp856 ) 2 S(aix_1, "CP922", ei_cp922 ) 3 S(aix_2, "CP943", ei_cp943 ) 4 S(aix_3, "CP1046", ei_cp1046 ) 5 S(aix_4, "CP1124", ei_cp1124 ) 6 S(aix_5, "CP1129", ei_cp1129 ) 7 S(aix_6, "CP1161", ei_cp1161 ) 8 S(aix_7, "IBM1161", ei_cp1161 ) 9 S(aix_8, "IBM-1161", ei_cp1161 ) 10 S(aix_9, "CSIBM1161", ei_cp1161 ) [all …]
|
H A D | aliases_extra.h | 1 S(extra_0, "EUC-JISX0213", ei_euc_jisx0213 ) 2 S(extra_1, "SHIFT_JISX0213", ei_shift_jisx0213 ) 3 S(extra_2, "ISO-2022-JP-3", ei_iso2022_jp3 ) 4 S(extra_3, "BIG5-2003", ei_big5_2003 ) 5 S(extra_4, "TDS565", ei_tds565 ) 6 S(extra_5, "ISO-IR-230", ei_tds565 ) 7 S(extra_6, "ATARIST", ei_atarist ) 8 S(extra_7, "ATARI", ei_atarist ) 9 S(extra_8, "RISCOS-LATIN1", ei_riscos1 )
|
/haiku/src/apps/mail/ |
H A D | geekspeak | 34 FAQ/S 35 FTP/S 59 Luddite/S 141 admin/S 142 app/S 143 asshole/S 144 backdoor/S 154 browser/S 178 debunker/S 183 defector/S [all …]
|
/haiku/src/tests/kits/storage/ |
H A D | MimeSnifferTest.cpp | 53 #define S(str) (new StringToken(str, -1)) in ScannerTest() 63 { S("Hey"), in ScannerTest() 72 { "1.0 (\"ABCD\")", 4, { F(1.0), T(LeftParen), S("ABCD"), T(RightParen) } }, in ScannerTest() 73 { "1.0 ('ABCD')", 4, { F(1.0), T(LeftParen), S("ABCD"), T(RightParen) } }, in ScannerTest() 74 { " 1.0 ('ABCD') ", 4, { F(1.0), T(LeftParen), S("ABCD"), T(RightParen) } }, in ScannerTest() 83 S("ABCDEFG"), in ScannerTest() 85 S("abcdefghij"), in ScannerTest() 95 S("ABCD"), in ScannerTest() 100 S("abcd"), in ScannerTest() 105 S("EFGH"), in ScannerTest() [all …]
|
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/ |
H A D | if_igc.h | 235 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n") argument 236 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) argument 237 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) argument 238 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") argument 239 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) argument 240 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B) argument 241 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") argument 242 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) argument 243 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) argument
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_crypto_wep.c | 347 #define S_SWAP(a,b) do { uint8_t t = S[a]; S[a] = S[b]; S[b] = t; } while(0) in wep_encrypt() 355 uint8_t S[256]; in wep_encrypt() local 367 S[i] = i; in wep_encrypt() 371 j = (j + S[i] + rc4key[i % keylen]) & 0xff; in wep_encrypt() 390 j = (j + S[i]) & 0xff; in wep_encrypt() 392 *pos++ ^= S[(S[i] + S[j]) & 0xff]; in wep_encrypt() 419 j = (j + S[i]) & 0xff; in wep_encrypt() 421 icv[k] ^= S[(S[i] + S[j]) & 0xff]; in wep_encrypt() 430 #define S_SWAP(a,b) do { uint8_t t = S[a]; S[a] = S[b]; S[b] = t; } while(0) in wep_decrypt() 438 uint8_t S[256]; in wep_decrypt() local [all …]
|
/haiku/src/system/kernel/lib/arch/x86/ |
H A D | Jamfile | 15 atomic.S 16 byteorder.S 17 system_time_asm.S 27 siglongjmp.S 28 sigsetjmp.S 32 arch_string.S 37 # Explicitly tell the build system that arch_string.S includes the generated 39 Includes [ FGristFiles arch_string.S ]
|
/haiku/headers/libs/agg/ |
H A D | agg_vertex_sequence.h | 66 template<class T, unsigned S=6> 67 class vertex_sequence : public pod_bvector<T, S> 70 typedef pod_bvector<T, S> base_type; 80 template<class T, unsigned S> 81 void vertex_sequence<T, S>::add(const T& val) in add() 95 template<class T, unsigned S> 96 void vertex_sequence<T, S>::modify_last(const T& val) in modify_last() 105 template<class T, unsigned S> 106 void vertex_sequence<T, S>::close(bool closed) in close()
|
H A D | agg_array.h | 326 template<class T, unsigned S=6> class pod_bvector 331 block_shift = S, 343 pod_bvector(const pod_bvector<T, S>& v); 344 const pod_bvector<T, S>& operator = (const pod_bvector<T, S>& v); 514 template<class T, unsigned S> pod_bvector<T, S>::~pod_bvector() in ~pod_bvector() 530 template<class T, unsigned S> 531 void pod_bvector<T, S>::free_tail(unsigned size) in free_tail() 552 template<class T, unsigned S> pod_bvector<T, S>::pod_bvector() : in pod_bvector() 563 template<class T, unsigned S> 564 pod_bvector<T, S>::pod_bvector(unsigned block_ptr_inc) : in pod_bvector() [all …]
|
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/ |
H A D | if_em.h | 322 #define INIT_DEBUGOUT(S) if (DEBUG_INIT) printf(S "\n") argument 323 #define INIT_DEBUGOUT1(S, A) if (DEBUG_INIT) printf(S "\n", A) argument 324 #define INIT_DEBUGOUT2(S, A, B) if (DEBUG_INIT) printf(S "\n", A, B) argument 325 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") argument 326 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) argument 327 #define IOCTL_DEBUGOUT2(S, A, B) if (DEBUG_IOCTL) printf(S "\n", A, B) argument 328 #define HW_DEBUGOUT(S) if (DEBUG_HW) printf(S "\n") argument 329 #define HW_DEBUGOUT1(S, A) if (DEBUG_HW) printf(S "\n", A) argument 330 #define HW_DEBUGOUT2(S, A, B) if (DEBUG_HW) printf(S "\n", A, B) argument
|
/haiku/data/catalogs/kits/media/ |
H A D | ca.catkeys | 3 Starting media_services. MediaDefs S'inicia media_services. 4 Stopping media_addon_server. MediaDefs S'atura media_addon_server. 5 Waiting for media_addon_server to quit. MediaDefs S'espera que acabi media_addon_server. 6 Telling media_addon_server to quit. MediaDefs S'indica a media_addon_server que surti. 8 Stopping media server… MediaDefs S'atura el servidor multimèdia... 9 Waiting for media_server to quit. MediaDefs S'espera que acabi media_server. 10 Done shutting down. MediaDefs S'ha fet l'aturada.
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_elf.cpp | 130 Elf32_Addr S = 0; // symbol address in boot_arch_elf_relocate_rela() local 191 vlErr = boot_elf_resolve_symbol(image, sym, &S); in boot_arch_elf_relocate_rela() 193 vlErr = elf_resolve_symbol(image, sym, resolve_image, &S); in boot_arch_elf_relocate_rela() 219 write_word32(P, S + A); in boot_arch_elf_relocate_rela() 223 if (write_low24_check(P, (S + A) >> 2)) in boot_arch_elf_relocate_rela() 230 if (write_half16_check(P, S + A)) in boot_arch_elf_relocate_rela() 236 write_half16(P, lo(S + A)); in boot_arch_elf_relocate_rela() 240 write_half16(P, hi(S + A)); in boot_arch_elf_relocate_rela() 244 write_half16(P, ha(S + A)); in boot_arch_elf_relocate_rela() 250 if (write_low14_check(P, (S + A) >> 2)) in boot_arch_elf_relocate_rela() [all …]
|
/haiku/src/system/kernel/lib/arch/m68k/ |
H A D | Jamfile | 12 atomic.S 13 byteorder.S 14 system_time_asm.S 27 siglongjmp.S 28 sigsetjmp.S 32 arch_string.S
|
/haiku/src/system/kernel/arch/x86/ |
H A D | Jamfile | 26 arch.S 30 interrupts.S 50 arch.S 52 cpuid.S 55 interrupts.S 57 signals_asm.S 59 syscalls_asm.S 125 Includes [ FGristFiles interrupts.S arch.S signals.cpp signals_asm.S ] 127 Includes [ FGristFiles interrupts.S ]
|
/haiku/src/system/kernel/arch/sparc/ |
H A D | arch_elf.cpp | 118 Elf64_Addr S = 0; // symbol address in boot_arch_elf_relocate_rela() local 166 vlErr = boot_elf_resolve_symbol(image, sym, &S); in boot_arch_elf_relocate_rela() 168 vlErr = elf_resolve_symbol(image, sym, resolve_image, &S); in boot_arch_elf_relocate_rela() 185 write_hi30(P, S + A - P); in boot_arch_elf_relocate_rela() 190 write_hi22(P, S + A); in boot_arch_elf_relocate_rela() 195 write_lo10(P, S + A); in boot_arch_elf_relocate_rela() 200 write_hh22(P, S + A); in boot_arch_elf_relocate_rela() 205 write_hm10(P, S + A); in boot_arch_elf_relocate_rela() 210 write_word64(P, S + A); in boot_arch_elf_relocate_rela() 220 addr_t jumpOffset = S - (P + 8); in boot_arch_elf_relocate_rela() [all …]
|
/haiku/src/system/runtime_loader/arch/x86/ |
H A D | arch_relocate.cpp | 25 addr_t S; in relocate_rel() local 39 status_t status = resolve_symbol(rootImage, image, sym, cache, &S, in relocate_rel() 54 final_val = S + A; in relocate_rel() 57 final_val = S + A - (addr_t)P; in relocate_rel() 71 final_val = S; in relocate_rel() 74 final_val = S; in relocate_rel() 81 final_val = S + A - GOT; in relocate_rel() 92 final_val = S; in relocate_rel()
|
/haiku/src/system/libroot/posix/glibc/arch/x86/ |
H A D | Jamfile | 53 add_n.S 54 addmul_1.S 57 mul_1.S 58 lshift.S rshift.S 59 sub_n.S 60 submul_1.S 63 s_finite.S s_finitef.S s_finitel.S
|
/haiku/src/system/kernel/lib/arch/ppc/ |
H A D | Jamfile | 12 atomic.S 13 byteorder.S 14 system_time_asm.S 26 siglongjmp.S 27 sigsetjmp.S
|
/haiku/src/system/runtime_loader/arch/m68k/ |
H A D | arch_relocate.cpp | 79 addr_t S; in relocate_rela() local 104 status = resolve_symbol(rootImage, image, sym, cache, &S); in relocate_rela() 118 write_32(P, S + A); in relocate_rela() 121 if (write_16_check(P, S + A)) in relocate_rela() 127 if (write_8_check(P, S + A)) in relocate_rela() 133 write_32(P, (S + A - (addr_t)P)); in relocate_rela() 138 if (write_16_check(P, (S + A - P))) in relocate_rela() 144 if (write_8(P, (S + A - P))) in relocate_rela() 235 write_32(P, S/* + A*/); in relocate_rela() 239 write_32(P, S); in relocate_rela() [all …]
|
/haiku/src/system/boot/platform/pxe_ia32/ |
H A D | Jamfile | 24 bios_asm.S 34 support.S 38 interrupts_asm.S 40 long_asm.S 53 pxe_stage2.S 54 smp_trampoline.S 55 pxe_bios.S
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | Jamfile | 24 shell.S 28 bios_asm.S 39 smp_trampoline.S 40 support.S 44 interrupts_asm.S 46 long_asm.S
|
/haiku/src/system/boot/platform/efi/arch/arm64/ |
H A D | Jamfile | 22 crt0-efi-$(TARGET_ARCH).S 23 entry.S 24 transition.S 25 exceptions.S 26 cache.S
|
/haiku/src/system/kernel/arch/m68k/ |
H A D | arch_elf.cpp | 151 elf_addr S = 0; // symbol address in boot_arch_elf_relocate_rela() local 192 vlErr = boot_elf_resolve_symbol(image, sym, &S); in boot_arch_elf_relocate_rela() 194 vlErr = elf_resolve_symbol(image, sym, resolve_image, &S); in boot_arch_elf_relocate_rela() 219 write_32(P, S + A); in boot_arch_elf_relocate_rela() 223 if (write_16_check(P, S + A)) in boot_arch_elf_relocate_rela() 229 if (write_8_check(P, S + A)) in boot_arch_elf_relocate_rela() 235 write_32(P, (S + A - P)); in boot_arch_elf_relocate_rela() 239 if (write_16_check(P, (S + A - P))) in boot_arch_elf_relocate_rela() 245 if (write_8(P, (S + A - P))) in boot_arch_elf_relocate_rela() 289 write_32(P, S + A); in boot_arch_elf_relocate_rela()
|
/haiku/src/system/kernel/arch/arm/ |
H A D | arch_elf.cpp | 177 elf_addr S; in boot_arch_elf_relocate_rel() local 184 S = A = P = 0; in boot_arch_elf_relocate_rel() 202 status = boot_elf_resolve_symbol(image, symbol, &S); in boot_arch_elf_relocate_rel() 204 status = elf_resolve_symbol(image, symbol, resolveImage, &S); in boot_arch_elf_relocate_rel() 214 TRACE(("S %p (%s)\n", (void *)S, SYMNAME(image, symbol))); in boot_arch_elf_relocate_rel() 241 finalAddress = S; in boot_arch_elf_relocate_rel() 244 finalAddress = S + A; in boot_arch_elf_relocate_rel() 330 elf_addr S = 0; // symbol address in boot_arch_elf_relocate_rela() local 368 vlErr = boot_elf_resolve_symbol(image, sym, &S); in boot_arch_elf_relocate_rela() 370 vlErr = elf_resolve_symbol(image, sym, resolve_image, &S); in boot_arch_elf_relocate_rela() [all …]
|