Home | History | Annotate | Download | only in ndef

Lines Matching full:previous

863         /* Find the previous last and clear his 'Message End' bit */
1046 /* Find the previous last and clear his 'Message End' bit */
1108 /* Previous payload may be < 256, and this addition may make it larger than 256 */
1136 /* Point to the end of the previous payload */
1195 /* New payload is larger than the previous */
1198 /* If the previous payload length was < 256, and new is > 255 */
1221 /* Point to the end of the previous payload */
1232 /* New payload is smaller than the previous */
1235 /* If the previous payload was > 256, and new is less than 256 */
1253 /* Point to the end of the previous payload */
1256 /* If we are not the last record, remove the extra space from the previous payload */
1308 /* New type is larger than the previous */
1314 /* Point to the end of the previous type, and make space for the extra data */
1322 /* New type field is smaller than the previous */
1325 /* Point to the end of the previous type, and shift up to fill the the unused space */
1385 /* New ID field is larger than the previous */
1388 /* If the previous ID length was 0, we need to add a 1-byte ID length */
1402 /* Point to the end of the previous ID field, and make space for the extra data */
1410 /* New ID field is smaller than the previous */
1413 /* Point to the end of the previous ID, and shift up to fill the the unused space */
1482 /* Find the previous record and set his 'Message End' bit */
1547 /* If this is the continuation of a chunk, append the payload to the previous */