scfuncs.src (0f94c4d7) scfuncs.src (a940b7f5)
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

--- 9519 unchanged lines hidden (view full) ---

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
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

--- 9519 unchanged lines hidden (view full) ---

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
9536 Resource SC_OPCODE_BITLSHIFT
9537 {
9538 String 1 // Description
9539 {
9540 Text [ en-US ] = "Bitwise left shift of an integer value.";
9541 };
9542 ExtraData =
9543 {
9544 0;
9545 ID_FUNCTION_GRP_MATH;
9546 U2S( HID_FUNC_BITLSHIFT );
9547 2; 0; 0;
9548 0;
9549 };
9550 String 2 // Name of Parameter 1
9551 {
9552 Text [ en-US ] = "Number" ;
9553 };
9554 String 3 // Description of Parameter 1
9555 {
9556 Text [ en-US ] = "The value to be shifted. Positive integer." ;
9557 };
9558 String 4 // Name of Parameter 2
9559 {
9560 Text [ en-US ] = "Shift" ;
9561 };
9562 String 5 // Description of Parameter 2
9563 {
9564 Text [ en-US ] = "The number of bits the first argument is to be shifted by." ;
9565 };
9566 };
9567
9568 Resource SC_OPCODE_BITRSHIFT
9569 {
9570 String 1 // Description
9571 {
9572 Text [ en-US ] = "Bitwise right shift of an integer value.";
9573 };
9574 ExtraData =
9575 {
9576 0;
9577 ID_FUNCTION_GRP_MATH;
9578 U2S( HID_FUNC_BITRSHIFT );
9579 2; 0; 0;
9580 0;
9581 };
9582 String 2 // Name of Parameter 1
9583 {
9584 Text [ en-US ] = "Number" ;
9585 };
9586 String 3 // Description of Parameter 1
9587 {
9588 Text [ en-US ] = "The value to be shifted. Positive integer." ;
9589 };
9590 String 4 // Name of Parameter 2
9591 {
9592 Text [ en-US ] = "Shift" ;
9593 };
9594 String 5 // Description of Parameter 2
9595 {
9596 Text [ en-US ] = "The number of bits the first argument is to be shifted by." ;
9597 };
9598 };
9599
9536};
9537
9538#if defined(U2S)
9539#undef U2S
9540#endif
9600};
9601
9602#if defined(U2S)
9603#undef U2S
9604#endif