scfuncs.src (dfadc01f) | scfuncs.src (0f94c4d7) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 9419 unchanged lines hidden (view full) --- 9428 { 9429 Text [ en-US ] = "number" ; 9430 }; 9431 String 7 // Description of Parameter 3 9432 { 9433 Text [ en-US ] = "The number of characters for the text." ; 9434 }; 9435 }; | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 9419 unchanged lines hidden (view full) --- 9428 { 9429 Text [ en-US ] = "number" ; 9430 }; 9431 String 7 // Description of Parameter 3 9432 { 9433 Text [ en-US ] = "The number of characters for the text." ; 9434 }; 9435 }; |
9436 9437 // -=*# Resource for function BITAND #*=- 9438 Resource SC_OPCODE_BITAND 9439 { 9440 String 1 // Description 9441 { 9442 Text [ en-US ] = "Returns the bitwise AND of two integers" ; 9443 }; 9444 ExtraData = 9445 { 9446 0; 9447 ID_FUNCTION_GRP_MATH; 9448 U2S( HID_FUNC_BITAND ); 9449 2; 0; 0; 9450 0; 9451 }; 9452 String 2 // Name of Parameter 1 9453 { 9454 Text [ en-US ] = "Number1" ; 9455 }; 9456 String 3 // Description of Parameter 1 9457 { 9458 Text [ en-US ] = "Positive integer less than 2^48." ; 9459 }; 9460 String 4 // Name of Parameter 2 9461 { 9462 Text [ en-US ] = "Number2" ; 9463 }; 9464 String 5 // Description of Parameter 2 9465 { 9466 Text [ en-US ] = "Positive integer less than 2^48." ; 9467 }; 9468 }; 9469 9470 // -=*# Resource for function BITOR #*=- 9471 Resource SC_OPCODE_BITOR 9472 { 9473 String 1 // Description 9474 { 9475 Text [ en-US ] = "Returns the bitwise OR of two integers" ; 9476 }; 9477 ExtraData = 9478 { 9479 0; 9480 ID_FUNCTION_GRP_MATH; 9481 U2S( HID_FUNC_BITOR ); 9482 2; 0; 0; 9483 0; 9484 }; 9485 String 2 // Name of Parameter 1 9486 { 9487 Text [ en-US ] = "Number1" ; 9488 }; 9489 String 3 // Description of Parameter 1 9490 { 9491 Text [ en-US ] = "Positive integer less than 2^48." ; 9492 }; 9493 String 4 // Name of Parameter 2 9494 { 9495 Text [ en-US ] = "Number2" ; 9496 }; 9497 String 5 // Description of Parameter 2 9498 { 9499 Text [ en-US ] = "Positive integer less than 2^48." ; 9500 }; 9501 }; 9502 9503 // -=*# Resource for function BITXOR #*=- 9504 Resource SC_OPCODE_BITXOR 9505 { 9506 String 1 // Description 9507 { 9508 Text [ en-US ] = "Returns the bitwise XOR of two integers" ; 9509 }; 9510 ExtraData = 9511 { 9512 0; 9513 ID_FUNCTION_GRP_MATH; 9514 U2S( HID_FUNC_BITXOR ); 9515 2; 0; 0; 9516 0; 9517 }; 9518 String 2 // Name of Parameter 1 9519 { 9520 Text [ en-US ] = "Number1" ; 9521 }; 9522 String 3 // Description of Parameter 1 9523 { 9524 Text [ en-US ] = "Positive integer less than 2^48." ; 9525 }; 9526 String 4 // Name of Parameter 2 9527 { 9528 Text [ en-US ] = "Number2" ; 9529 }; 9530 String 5 // Description of Parameter 2 9531 { 9532 Text [ en-US ] = "Positive integer less than 2^48." ; 9533 }; 9534 }; 9535 |
|
9436}; 9437 9438#if defined(U2S) 9439#undef U2S 9440#endif | 9536}; 9537 9538#if defined(U2S) 9539#undef U2S 9540#endif |