Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 113) sorted by relevance

12345

/haiku/src/data/keymaps/
H A DJamfile8 local binary = $(1) ;
12 MakeLocateArch $(binary) ;
14 LocalDepends keymap_files : $(binary) ;
15 Depends $(binary) : $(source) <build>keymap ;
16 MkKeymapComp1 $(binary) : <build>keymap $(source) ;
17 LocalClean clean : $(binary) ;
60 # generate the binary file for the keymap files
63 local binary = $(keymapFile:BG=keymap) ;
64 MkKeymapComp $(binary) : $(keymapFile) ;
65 HAIKU_KEYMAP_FILES += $(binary) ;
/haiku/src/system/libnetwork/netresolv/inet/
H A Dnsap_addr.c52 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
57 assert(binary != NULL); in inet_nsap_addr()
76 *binary++ = (nib << 4) | xtob(c); in inet_nsap_addr()
91 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
97 assert(binary != NULL); in inet_nsap_ntoa()
113 nib = (u_int32_t)*binary >> 4; in inet_nsap_ntoa()
115 nib = *binary++ & 0x0f; in inet_nsap_ntoa()
/haiku/src/servers/input/
H A DJamfile5 local binary = $(1) ;
9 MakeLocateArch $(binary) ;
11 Depends $(binary) : $(source) <build>keymap ;
12 MkKeymapHeader1 $(binary) : <build>keymap $(source) ;
13 LocalClean clean : $(binary) ;
/haiku/src/system/ldscripts/m68k/
H A Dboot_prg_atari_m68k.ld6 OUTPUT_FORMAT("binary", "binary", "binary")
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DCompress3.cpp78 ifstream ifs(*++argv, ios::binary | ios::nocreate); in main()
93 ofstream ofs("test.bin", ios::binary); in main()
/haiku/docs/user/
H A Dcompatibility.dox15 Haiku R1 (x86) was designed and is being implemented to be binary and source
18 compatibility while at the same time maintaining binary compatibility. Here are
49 source and binary incompatible.
52 - Haiku is binary compatible with the Network Kit in BeOS R5 as well as BONE,
/haiku/src/bin/unzip/
H A DLICENSE31 2. Redistributions in binary form (compiled executables) must reproduce
35 of a standard UnZipSFX binary as part of a self-extracting archive;
37 normal UnZipSFX banner has not been removed from the binary or disabled.
53 own source and binary releases.
/haiku/src/add-ons/print/transports/shared/
H A DSocketStream.cpp48 ofstream ofs("recv.log", ios::binary | ios::app); in underflow()
86 ofstream ofs("send.log", ios::binary | ios::app); in sync()
/haiku/docs/misc/
H A DBeIDE_ProjFileFormat.md66 … name = 'AppEditorPrefs', value = binary blob with colors, booleans, flags
79 name = 'ProjectPrefsx86', value = binary blob with:
88 … name = 'ProcessorPrefs', value = binary blob/array of booleans
89 … name = 'XLanguagePrefs', value = binary blob/array of booleans
90 name = 'WarningsPrefs', value = binary blob/array of booleans
107 name = 'NASMOptions', value = cryptic binary blob :-(
/haiku/docs/develop/kernel/arch/arm/
H A Drpi2.rst41 - start.elf: The GPU binary firmware image
43 - bcm2709-rpi-2-b.dtb: FDT binary for the Raspberry Pi 2B
44 - bcm2710-rpi-2-b.dtb: FDT binary for the Raspberry Pi 2B rev 1.2
H A Drpi3.rst43 - start.elf: The GPU binary firmware image
45 - bcm2710-rpi-3-b.dtb: FDT binary for the Raspberry Pi 3B
46 - bcm2710-rpi-3-b-plus.dtb: FDT binary for the Raspberry Pi 3B+
H A Drpi4.rst42 - start4.elf: The GPU binary firmware image
44 - bcm2711-rpi-4-b.dtb: FDT binary for the Raspberry Pi 4B
45 - bcm2711-rpi-400.dtb: FDT binary for the Raspberry Pi 400
/haiku/src/apps/pulse/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/libs/uuid/
H A DCOPYING1 Redistribution and use in source and binary forms, with or without
7 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/apps/mediaconverter/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/tests/kits/interface/bshelf/Container/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/tests/kits/game/direct_window_test/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/tests/kits/game/chart/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/apps/people/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/apps/magnify/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/tests/kits/interface/menu/menuworld/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DLICENSE8 Redistribution and use in source and binary forms, with or without
15 2. Redistributions in binary form must reproduce the above copyright

12345