| /src/external/mit/libcbor/dist/src/cbor/internal/ |
| loaders.h | 18 uint8_t _cbor_load_uint8(const unsigned char *source); 20 uint16_t _cbor_load_uint16(const unsigned char *source); 22 uint32_t _cbor_load_uint32(const unsigned char *source); 24 uint64_t _cbor_load_uint64(const unsigned char *source); 26 double _cbor_load_half(cbor_data source); 28 float _cbor_load_float(cbor_data source); 30 double _cbor_load_double(cbor_data source);
|
| loaders.c | 12 uint8_t _cbor_load_uint8(cbor_data source) { return (uint8_t)*source; } 14 uint16_t _cbor_load_uint16(const unsigned char *source) { 17 memcpy(&result, source, 2); 20 return ((uint16_t) * (source + 0) << 8) + (uint8_t) * (source + 1); 24 uint32_t _cbor_load_uint32(const unsigned char *source) { 27 memcpy(&result, source, 4); 30 return ((uint32_t) * (source + 0) << 0x18) + 31 ((uint32_t) * (source + 1) << 0x10) [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| config_known_tcp_ports.h | 19 extern void config_known_tcp_ports(const char *source, const char *settings);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| memmove.c | 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 14 char const *source = source0; local 15 if (source < dest) 17 for (source += length, dest += length; length; --length) 18 *--dest = *--source; 19 else if (source != dest) 23 *dest++ = *source++;
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| memmove.c | 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 14 char const *source = source0; local 15 if (source < dest) 17 for (source += length, dest += length; length; --length) 18 *--dest = *--source; 19 else if (source != dest) 23 *dest++ = *source++;
|
| /src/external/gpl2/texinfo/dist/lib/ |
| memmove.c | 4 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 18 char const *source = source0; local 19 if (source < dest) 21 for (source += length, dest += length; length; --length) 22 *--dest = *--source; 23 else if (source != dest) 27 *dest++ = *source++;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| memmove.c | 2 Copy LENGTH bytes from SOURCE to DEST. Does not null-terminate. 18 char const *source = source0; local 19 if (source < dest) 21 for (source += length, dest += length; length; --length) 22 *--dest = *--source; 23 else if (source != dest) 27 *dest++ = *source++;
|
| /src/external/gpl3/gcc/dist/libgfortran/runtime/ |
| in_pack_generic.c | 33 internal_pack (gfc_array_char * source) 48 if (source->base_addr == NULL) 51 type_size = GFC_DTYPE_TYPE_SIZE(source); 52 size = GFC_DESCRIPTOR_SIZE (source); 57 return internal_pack_1 ((gfc_array_i1 *) source); 61 return internal_pack_2 ((gfc_array_i2 *) source); 65 return internal_pack_4 ((gfc_array_i4 *) source); 69 return internal_pack_8 ((gfc_array_i8 *) source); 74 return internal_pack_16 ((gfc_array_i16 *) source); 77 return internal_pack_r4 ((gfc_array_r4 *) source); [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
| in_pack_generic.c | 33 internal_pack (gfc_array_char * source) 48 if (source->base_addr == NULL) 51 type_size = GFC_DTYPE_TYPE_SIZE(source); 52 size = GFC_DESCRIPTOR_SIZE (source); 57 return internal_pack_1 ((gfc_array_i1 *) source); 61 return internal_pack_2 ((gfc_array_i2 *) source); 65 return internal_pack_4 ((gfc_array_i4 *) source); 69 return internal_pack_8 ((gfc_array_i8 *) source); 74 return internal_pack_16 ((gfc_array_i16 *) source); 77 return internal_pack_r4 ((gfc_array_r4 *) source); [all...] |
| /src/common/dist/zlib/contrib/puff/ |
| puff.h | 17 2. Altered source versions must be plainly marked as such, and must not be 19 3. This notice may not be removed or altered from any source distribution. 34 const unsigned char *source, /* pointer to source data pointer */
|
| /src/external/gpl3/binutils/dist/zlib/contrib/puff/ |
| puff.h | 17 2. Altered source versions must be plainly marked as such, and must not be 19 3. This notice may not be removed or altered from any source distribution. 34 const unsigned char *source, /* pointer to source data pointer */
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/ |
| puff.h | 17 2. Altered source versions must be plainly marked as such, and must not be 19 3. This notice may not be removed or altered from any source distribution. 34 const unsigned char *source, /* pointer to source data pointer */
|
| /src/external/gpl3/gdb/dist/zlib/contrib/puff/ |
| puff.h | 17 2. Altered source versions must be plainly marked as such, and must not be 19 3. This notice may not be removed or altered from any source distribution. 34 const unsigned char *source, /* pointer to source data pointer */
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/puff/ |
| puff.h | 17 2. Altered source versions must be plainly marked as such, and must not be 19 3. This notice may not be removed or altered from any source distribution. 34 const unsigned char *source, /* pointer to source data pointer */
|
| /src/external/mpl/bind/dist/bin/tests/system/autosign/ns5/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 17 query-source address 10.53.0.5; 18 notify-source 10.53.0.5; 19 transfer-source 10.53.0.5;
|
| /src/external/mpl/bind/dist/bin/tests/system/camp/ns1/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 17 query-source address 10.53.0.1; 18 notify-source 10.53.0.1; 19 transfer-source 10.53.0.1;
|
| /src/external/mpl/bind/dist/bin/tests/system/camp/ns2/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 17 query-source address 10.53.0.2; 18 notify-source 10.53.0.2; 19 transfer-source 10.53.0.2;
|
| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns10/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 17 query-source address 10.53.0.10; 18 notify-source 10.53.0.10; 19 transfer-source 10.53.0.10; 40 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; }; 46 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; }; 52 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; }; 58 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; }; 64 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; }; 70 primaries source 10.53.0.10 { 10.53.0.5 port @PORT@; } [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns4/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 17 query-source address 10.53.0.4; 18 notify-source 10.53.0.4; 19 transfer-source 10.53.0.4; 40 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; }; 46 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; }; 52 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; }; 58 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; }; 64 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; }; 70 primaries source 10.53.0.4 { 10.53.0.2 port @PORT@; } [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns7/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 17 query-source address 10.53.0.7; 18 notify-source 10.53.0.7; 19 transfer-source 10.53.0.7; 40 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; }; 46 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; }; 52 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; }; 58 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; }; 64 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; }; 70 primaries source 10.53.0.7 { 10.53.0.5 port @PORT@; } [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/checkds/ns8/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 17 query-source address 10.53.0.8; 18 notify-source 10.53.0.8; 19 transfer-source 10.53.0.8; 40 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; }; 46 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; }; 52 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; }; 58 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; }; 64 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; }; 70 primaries source 10.53.0.8 { 10.53.0.2 port @PORT@; } [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/formerr/ns1/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 15 query-source address 10.53.0.1; 16 notify-source 10.53.0.1; 17 transfer-source 10.53.0.1;
|
| /src/external/mpl/bind/dist/bin/tests/system/forward/ns7/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 15 query-source address 10.53.0.7; 16 notify-source 10.53.0.7; 17 transfer-source 10.53.0.7;
|
| /src/external/mpl/bind/dist/bin/tests/system/legacy/ns10/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 15 query-source address 10.53.0.10; 16 notify-source 10.53.0.10; 17 transfer-source 10.53.0.10;
|
| /src/external/mpl/bind/dist/bin/tests/system/legacy/ns2/ |
| named.conf.j2 | 6 * This Source Code Form is subject to the terms of the Mozilla Public 15 query-source address 10.53.0.2; 16 notify-source 10.53.0.2; 17 transfer-source 10.53.0.2;
|