Searched refs:remainder (Results 1 – 12 of 12) sorted by relevance
/system/core/libcutils/ |
D | fs_config.c | 226 ssize_t len, remainder = host_len - sizeof(header); in fs_config() local 227 if (remainder <= 0) { in fs_config() 231 prefix = calloc(1, remainder); in fs_config() 236 if (TEMP_FAILURE_RETRY(read(fd, prefix, remainder)) != remainder) { in fs_config() 241 len = strnlen(prefix, remainder); in fs_config() 242 if (len >= remainder) { /* missing a terminating null */ in fs_config()
|
/system/core/libutils/ |
D | LinearTransform.cpp | 252 const T remainder = a % b; in reduce() local 253 if (remainder == 0) { in reduce() 261 b = remainder; in reduce()
|
/system/bt/hci/src/ |
D | hci_inject.c | 186 size_t remainder = client->buffer_size - frame_len; in read_ready() local 187 memmove(buffer, buffer + frame_len, remainder); in read_ready()
|
/system/tools/aidl/ |
D | type_namespace.h | 340 std::string remainder = name.substr(opening_brace + 1, in CanonicalizeContainerType() local 342 std::vector<std::string> args = Split(remainder, ","); in CanonicalizeContainerType()
|
/system/update_engine/ |
D | omaha_request_action.cc | 732 int remainder = output_object->install_date_days % 7; in ParseResponse() local 734 output_object->install_date_days - remainder; in ParseResponse()
|
/system/vold/ |
D | cryptfs.c | 2682 off64_t numblocks, i, remainder; local 2704 remainder = size % CRYPT_SECTORS_PER_BUFSIZE; 2771 for (i=0; i<remainder; i++) {
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 1919 uint32_t remainder = xc & ((1<<SPAN_BITS)-1); in scanline_perspective() local 1954 if (remainder) { in scanline_perspective() 1956 span = remainder; in scanline_perspective()
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 677 // seen by the device will be reported. The remainder of the message
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 2144 remainder of the structure. 2158 the expected size of the remainder of the structure 2168 expected in the remainder of the structure, an equal sign (“=”) is appended to the parameter name. 2187 validate that the remainder of the D_STRUCT 2465 are used in the remainder of the specification. 10715 remainder after division by 8. 10888 …mat for a ticket is shown in Table 84. This is a template for the tickets shown in the remainder of 13850 size of the remainder of this structure
|
D | raw_structures_fixed.txt | 2144 remainder of the structure. 2158 the expected size of the remainder of the structure 2168 expected in the remainder of the structure, an equal sign (“=”) is appended to the parameter name. 2187 validate that the remainder of the D_STRUCT 2465 are used in the remainder of the specification. 10743 remainder after division by 8. 10916 …mat for a ticket is shown in Table 84. This is a template for the tickets shown in the remainder of 13865 size of the remainder of this structure
|
D | raw_commands.txt | 4744 For a two-prime RSA key, the remainder when dividing the public modulus by the private key shall 12768 commands are collected in the remainder of this clause. 21328 remainder of this general description would apply only if policySession is not a trial policy sessi… 21945 remainder of this general description would apply only if policySession is not a trial policy sessi… 23821 the remainder of the Name is not the size of the indicated digest, the TPM shall return TPM_RC_SIZE.
|
D | raw_commands_fixed.txt | 4746 For a two-prime RSA key, the remainder when dividing the public modulus by the private key shall 12779 commands are collected in the remainder of this clause. 21339 remainder of this general description would apply only if policySession is not a trial policy sessi… 21956 remainder of this general description would apply only if policySession is not a trial policy sessi… 23832 the remainder of the Name is not the size of the indicated digest, the TPM shall return TPM_RC_SIZE.
|